Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r176139 Saturday 12th June, 2021 at 17:16:39 UTC by Robbbert
super80_cass: zipzap tapes had no sound, so replaced with working copies.
[/branches/pc98_state/hash]super80_cass.xml

r176138 Saturday 12th June, 2021 at 15:58:27 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/pc98_state/src/devices/machine]z80pio.cpp

r176137 Saturday 12th June, 2021 at 15:55:06 UTC by cam900
inufuku.cpp: Merged */inufuku.* into drivers/inufuku.cpp, minor cleanups. (#8172)

* Removed unnecessary VRAM read trampolines.
* Use buffered_spriteram16_device for buffered sprite RAM.
* Derive clocks from crystals.
* Reduced runtime tag lookups, unnecessary region size.
* Fix naming, spacing.
* Use generic graphics layouts, fix color usage of gfxdecode related to palette size.
* Restrict rowscroll to screen clipping rectangle.
[/branches/pc98_state/scripts/target/mame]arcade.lua
[/branches/pc98_state/src/devices/machine]z80pio.cpp
[/branches/pc98_state/src/mame/drivers]inufuku.cpp
[/branches/pc98_state/src/mame/includes]inufuku.h
[/branches/pc98_state/src/mame/video]inufuku.cpp

r176136 Saturday 12th June, 2021 at 15:58:01 UTC by Robbbert
z80pio: changing the vector neither enables nor causes an interrupt. Fixes crash in mbee256 when F2 pressed.
[/branches/pc98_state/src/devices/machine]z80pio.cpp

r176135 Saturday 12th June, 2021 at 15:40:56 UTC by cam900
psikyosh.cpp: Updated commnts based on PCB markings, marked games with MACHINE_NO_COCKTAIL. (#8177)

because flip screen isn't support now
Add docs for ROM location/usage, Export name for daraku
Fix fill value for empty ROM area
[/branches/pc98_state/src/mame/drivers]psikyosh.cpp

r176134 Saturday 12th June, 2021 at 14:58:25 UTC by AJR
hd6120: Rewrite notes
[/branches/pc98_state/src/devices/cpu/pdp8]hd6120.cpp

r176133 Saturday 12th June, 2021 at 13:56:06 UTC by ajrhacker
Merge pull request #8181 from jaens/hd61830-fix

HD61830: Fix character blink mode
[/branches/pc98_state/hash]rx78_cart.xml super80_cass.xml
[/branches/pc98_state/src/mame/drivers]meritum.cpp rx78.cpp

r176132 Saturday 12th June, 2021 at 13:13:42 UTC by jaen.saul
HD61830: Fix character blink mode

When Cursor=Off and Blink=On, the controller is in "Character Blink"
mode, according to the data sheet.

This means that the character cell at the the position of the cursor is
turned fully ON at a 50% blink duty cycle. Verified on a device with a
real HD61830 (Atari Portfolio).
[/branches/pc98_state/hash]rx78_cart.xml super80_cass.xml
[/branches/pc98_state/src/devices/video]hd61830.cpp
[/branches/pc98_state/src/mame/drivers]meritum.cpp pofo.cpp rx78.cpp

r176131 Saturday 12th June, 2021 at 13:15:58 UTC by Robbbert
Software list items promoted to working
---------------------------------------
rx78_cart: Excite Baseball [Robbbert]
[/branches/pc98_state/hash]rx78_cart.xml super80_cass.xml
[/branches/pc98_state/src/mame/drivers]meritum.cpp rx78.cpp

r176130 Saturday 12th June, 2021 at 08:14:26 UTC by Robbbert
meritum2: added centronics printer from PR #5854.
[/branches/pc98_state/src/mame/drivers]meritum.cpp

r176129 Saturday 12th June, 2021 at 05:44:08 UTC by Robbbert
rx78: improved colours.
[/branches/pc98_state/src/mame/drivers]rx78.cpp

r176128 Saturday 12th June, 2021 at 03:01:37 UTC by R. Belmont
m68kfpu: Support all FSINCOS encodings, fix multiple bugs in FMOVEM. [R. Belmont]
[/branches/pc98_state/src/devices/cpu/m68000]m68kfpu.cpp

r176127 Saturday 12th June, 2021 at 02:44:36 UTC by AJR
bus/isa: Add header file accidentally omitted from 35f317e0273a229a60318bedf5b1f731612b1d21
[/branches/pc98_state/src/devices/bus/isa]lrk330.h*

r176126 Saturday 12th June, 2021 at 01:51:40 UTC by AJR
audio/gottlieb.cpp: Minor updates to handlers; save some more members
[/branches/pc98_state/src/mame/audio]gottlieb.cpp gottlieb.h

r176125 Saturday 12th June, 2021 at 01:21:42 UTC by R. Belmont
apple2gs: correct vertical counter readback (GitHub #8156) [R. Belmont, Jeremy Rand]
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp

r176124 Saturday 12th June, 2021 at 00:50:45 UTC by AJR
New skeleton ISA device: Lark Associates LRK-331 ESDI Controller [Bitsavers]
[/branches/pc98_state/scripts/src]bus.lua
[/branches/pc98_state/src/devices/bus/isa]isa_cards.cpp lrk330.cpp*

r176123 Friday 11th June, 2021 at 22:26:28 UTC by Carl
x68k: treat the nibbles in 8bit color mode as two separate planes
[/branches/pc98_state/src/mame/video]x68k.cpp

r176122 Friday 11th June, 2021 at 17:13:22 UTC by Osso
New working clones
------------------
Ojanko Club (Japan, Program Ver. 1.3, set 2) [system11]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]ojankohs.cpp
[/branches/pc98_state/src/mame/includes]ojankohs.h
[/branches/pc98_state/src/mame/video]ojankohs.cpp

r176121 Friday 11th June, 2021 at 16:38:03 UTC by Ville Linde
k037122: Better ram layout logic. Implemented ROZ and scrolling.
[/branches/pc98_state/src/mame/video]k037122.cpp k037122.h

r176120 Friday 11th June, 2021 at 14:27:55 UTC by Carl
x68k: seems pcg can set it's own vertical freq apart from the crtc
[/branches/pc98_state/src/mame/video]x68k.cpp

r176119 Friday 11th June, 2021 at 12:05:59 UTC by hap
New working software list additions
-----------------------------------
ggm: Morphy Edition - Master Chess [Berger]
[/branches/pc98_state/hash]ggm.xml
[/branches/pc98_state/src/mame/drivers]aci_ggm.cpp

r176118 Friday 11th June, 2021 at 04:27:51 UTC by Robbbert
New working software list additions
-----------------------------------
super80_cass:
Crazy Maze [Maxtrix Software]
Crazy Maze (L4) (with arrows) [Matrix Software, Robbbert]
[/branches/pc98_state/hash]super80_cass.xml

r176117 Friday 11th June, 2021 at 02:31:35 UTC by Carl
x68k: remove unneeded
[/branches/pc98_state/src/mame/includes]x68k.h
[/branches/pc98_state/src/mame/video]x68k.cpp

r176116 Friday 11th June, 2021 at 01:54:51 UTC by Osso
ladybug.cpp: Added diplocs [Guru]
[/branches/pc98_state/src/mame/drivers]ladybug.cpp

r176115 Thursday 10th June, 2021 at 19:26:50 UTC by Robbbert
mbee: added optional SN76489A, works with '128pepsgmod' sw-item.
[/branches/pc98_state/hash]mbee_flop.xml
[/branches/pc98_state/src/mame/drivers]mbee.cpp
[/branches/pc98_state/src/mame/includes]mbee.h

r176114 Thursday 10th June, 2021 at 17:57:46 UTC by Robbbert
mbee: make floppy sw-items show up by default. Fixed compatibility for mbeepp.
[/branches/pc98_state/hash]mbee_flop.xml
[/branches/pc98_state/src/mame/drivers]mbee.cpp
[/branches/pc98_state/src/mame/includes]mbee.h
[/branches/pc98_state/src/mame/machine]mbee.cpp

r176113 Thursday 10th June, 2021 at 17:25:33 UTC by 0kmg
megadriv.xml: more protos, even more blast processing (#8137)

* megadriv.xml: more protos, even more blast processing

Bio Hazard Battle (prototype) [Modern Vintage Gamer]
Ship (visitor prototype) [Modern Vintage Gamer]
Disney's Aladdin (prototype 19930627) [Hidden Palace]
Australian Rugby League (prototype) [Hidden Palace]
Captain Lang (prototype) [Hidden Palace]
Champions World Class Soccer (prototype) [Hidden Palace]
College Football USA 96 (prototype 19950621) [Hidden Palace]
Danny Sullivan's Indy Heat (prototype) (pirate) [Hidden Palace]
Dr. Robotnik's Mean Bean Machine (USA, prototype b) [Hidden Palace]
Dune - The Battle for Arrakis (Euro, prototype 19940111) [Hidden Palace]
The Flintstones (Ocean prototype) [Hidden Palace]
Granada (Jpn, USA, v1.1 prototype) [Hidden Palace]
NBA Jam (Apr 1993 prototype) [Hidden Palace]
NHLPA Hockey 93 (Euro, USA, v1.1 alt) [Hidden Palace]
Psycho Pinball (prototype) [Hidden Palace]
Putty Squad (early prototype) [Hidden Palace]
Radical Rex (Euro, prototype) [Hidden Palace]
Spirou (Euro, prototype) [Hidden Palace]
Street Racer (Euro, prototype 19950321) [Hidden Palace]
Tintin au Tibet (Euro, prototype) [Hidden Palace]
Flux (Euro, prototype 19950425) [Hidden Palace]

Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
[/branches/pc98_state/hash]megadriv.xml

r176112 Thursday 10th June, 2021 at 17:24:31 UTC by ajrhacker
Merge pull request #8147 from davide125/indigo

indigo: add new ROM revision for indigo4k
[/branches/pc98_state/hash]apple2_flop_orig.xml apple2gs.xml apple2gs_flop_misc.xml* apple2gs_flop_orig.xml* cgenie_cass.xml mac_hdflop.xml mbee_cart.xml mbee_flop.xml* nes.xml
[/branches/pc98_state/language/Greek]strings.po
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/src/osd]mac_cfg.lua sdl_cfg.lua windows_cfg.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/bus/nes]act53.cpp act53.h
[/branches/pc98_state/src/devices/cpu/m68000]m68kfpu.cpp
[/branches/pc98_state/src/devices/machine]netlist.cpp ns32082.cpp* ns32082.h*
[/branches/pc98_state/src/devices/sound]c140.cpp
[/branches/pc98_state/src/emu]emumem_hedr.ipp emumem_hedw.ipp
[/branches/pc98_state/src/lib/formats]ipf_dsk.cpp ipf_dsk.h wd177x_dsk.cpp
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/audio]acan.cpp acan.h
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp aristmk5.cpp atetris.cpp cclimber.cpp chexx.cpp exidy.cpp galaxian.cpp galaxold.cpp gameplan.cpp legionna.cpp m79amb.cpp mbee.cpp mermaid.cpp mg1.cpp namcos22.cpp naomi.cpp pacman.cpp phoenix.cpp schick.cpp seta.cpp skylncr.cpp supracan.cpp suprnova.cpp taitosj.cpp vicdual.cpp
[/branches/pc98_state/src/mame/includes]galaxian.h galaxold.h gameplan.h m79amb.h mbee.h mermaid.h naomi.h seta.h
[/branches/pc98_state/src/mame/machine]mbee.cpp segashiobd.cpp* segashiobd.h*
[/branches/pc98_state/src/mame/video]galaxian.cpp galaxold.cpp gameplan.cpp mbee.cpp mermaid.cpp taitosj.cpp tutankhm.cpp

r176111 Sunday 6th June, 2021 at 17:12:42 UTC by davide.cavalca
indigo: add new ROM revision for indigo4k
[/branches/pc98_state/hash]apple2_flop_orig.xml apple2gs.xml* apple2gs_flop_misc.xml apple2gs_flop_orig.xml cgenie_cass.xml mac_hdflop.xml mbee_cart.xml mbee_flop.xml nes.xml
[/branches/pc98_state/language/Greek]strings.po
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/src/osd]mac_cfg.lua sdl_cfg.lua windows_cfg.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/bus/nes]act53.cpp act53.h
[/branches/pc98_state/src/devices/cpu/m68000]m68kfpu.cpp
[/branches/pc98_state/src/devices/machine]netlist.cpp ns32082.cpp ns32082.h
[/branches/pc98_state/src/devices/sound]c140.cpp
[/branches/pc98_state/src/emu]emumem_hedr.ipp emumem_hedw.ipp
[/branches/pc98_state/src/lib/formats]ipf_dsk.cpp ipf_dsk.h wd177x_dsk.cpp
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/audio]acan.cpp acan.h
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp aristmk5.cpp atetris.cpp cclimber.cpp chexx.cpp exidy.cpp galaxian.cpp galaxold.cpp gameplan.cpp indigo.cpp legionna.cpp m79amb.cpp mbee.cpp mermaid.cpp mg1.cpp namcos22.cpp naomi.cpp pacman.cpp phoenix.cpp schick.cpp seta.cpp skylncr.cpp supracan.cpp suprnova.cpp taitosj.cpp vicdual.cpp
[/branches/pc98_state/src/mame/includes]galaxian.h galaxold.h gameplan.h m79amb.h mbee.h mermaid.h naomi.h seta.h
[/branches/pc98_state/src/mame/machine]mbee.cpp segashiobd.cpp segashiobd.h
[/branches/pc98_state/src/mame/video]galaxian.cpp galaxold.cpp gameplan.cpp mbee.cpp mermaid.cpp taitosj.cpp tutankhm.cpp

r176110 Thursday 10th June, 2021 at 17:23:47 UTC by 0kmg
nes.xml: add Action 53 based games (#8158)

* nes.xml: add Action 53 based games

New working software list additions
-----------------------------------
Streemerz - Action 53 Function 16 Volume 1 (R.C.#2) [Damian Yerrick, NESDev]
Double Action 53 Volume 2 (R.C.#2) [Damian Yerrick, NESDev]
Action 53 Vol. 3 - Revenge of the Twins [Damian Yerrick, NESDev]

action53.cpp:
* on start up point prg to correct final bank based on cart size
* allow full 9-bit bank select per the spec
* switch to shorter type names, u8 etc

Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]act53.cpp act53.h

r176109 Thursday 10th June, 2021 at 17:21:49 UTC by David Haywood
schick.cpp - fix sound hookup, note some protection checks, attempt to improve graphics (#8153)

* schick.cpp - fix sound hookup

* force a different default palette so that we can see the details on the letter tiles (should make finding the banking easier)

* protection reads are probably here

* further protection notes

* other protection(?) observations

* remove no longer needed hack

* more nonsense checks
[/branches/pc98_state/src/mame/drivers]schick.cpp

r176108 Thursday 10th June, 2021 at 16:10:00 UTC by Ryan Holtz
Super A'Can: DMA sample support and corrected sample length (#8160) [Ryan Holtz, Ian Karlsson]
[/branches/pc98_state/src/mame/audio]acan.cpp acan.h
[/branches/pc98_state/src/mame/drivers]supracan.cpp

r176107 Thursday 10th June, 2021 at 15:34:33 UTC by ajrhacker
Merge pull request #8170 from rzero9/machdflop

mac_hdflop.xml: second batch of additions, rename clarisw20sv
[/branches/pc98_state/hash]apple2_flop_orig.xml apple2gs.xml apple2gs_flop_misc.xml* apple2gs_flop_orig.xml* cgenie_cass.xml mbee_cart.xml mbee_flop.xml*
[/branches/pc98_state/language/Greek]strings.po
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/cpu/m68000]m68kfpu.cpp
[/branches/pc98_state/src/devices/machine]netlist.cpp
[/branches/pc98_state/src/devices/sound]c140.cpp
[/branches/pc98_state/src/emu]emumem_hedr.ipp emumem_hedw.ipp
[/branches/pc98_state/src/lib/formats]ipf_dsk.cpp ipf_dsk.h
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp aristmk5.cpp cclimber.cpp chexx.cpp exidy.cpp galaxian.cpp galaxold.cpp gameplan.cpp legionna.cpp m79amb.cpp mbee.cpp mermaid.cpp namcos22.cpp naomi.cpp pacman.cpp phoenix.cpp seta.cpp skylncr.cpp suprnova.cpp taitosj.cpp
[/branches/pc98_state/src/mame/includes]galaxian.h galaxold.h gameplan.h m79amb.h mbee.h mermaid.h naomi.h seta.h
[/branches/pc98_state/src/mame/machine]mbee.cpp segashiobd.cpp* segashiobd.h*
[/branches/pc98_state/src/mame/video]galaxian.cpp galaxold.cpp gameplan.cpp mbee.cpp mermaid.cpp taitosj.cpp

r176106 Thursday 10th June, 2021 at 10:31:16 UTC by r09
mac_hdflop.xml: second batch of additions, rename clarisw20sv

- Renamed "ClarisWorks 2.0 (Swedish)" to "ClarisWorks 3.0Sv1 (Swedish)", the version number was incorrect

New working software list additions
-----------------------------------
Apple Network Administration Toolkit 1.0 [WinWorld]
Apple Network Administration Toolkit 1.0 Updates [WinWorld]
Apple Network Administration Toolkit 2.0 Updates [WinWorld]
Claris Organizer 2.0v1 [WinWorld]
ClarisWorks 2.0CDv1 (UK English) [WinWorld]
ClarisWorks 3.0CDv1 (UK English) [WinWorld]
ClarisWorks 4.0v4 (US English) [WinWorld]
ClarisWorks 4.0Sv1 (Swedish) [WinWorld]
FoxBASE+/Mac 2.00 [WinWorld]
FrameMaker 4.0.2 [WinWorld]
FrameMaker 5.0 [WinWorld]
Microsoft Excel 5.0 (German) [WinWorld]
Microsoft Excel 5.0a (US English) [WinWorld]
Microsoft FoxPro 2.5c (French) [WinWorld]
Microsoft FoxPro 2.5c (German) [WinWorld]
Microsoft Office 4.2 (Australian English) [WinWorld]
Microsoft Office 4.2 (Danish) [WinWorld]
Microsoft Office 4.2 (Dutch) [WinWorld]
Microsoft Office 4.2 (French) [WinWorld]
Microsoft Office 4.2 (Italian) [WinWorld]
Microsoft Office 4.2 (Norwegian) [WinWorld]
Microsoft Office 4.2 (Swedish) [WinWorld]
Microsoft Office 4.2 (US English) [WinWorld]
Microsoft Office 4.2.1 (US English) [WinWorld]
Microsoft Office Manager 4.2 (German) [WinWorld]
Microsoft PowerPoint 3.0b [WinWorld]
Microsoft PowerPoint 4.0 (German) [WinWorld]
Microsoft PowerPoint 4.0 (Italian) [WinWorld]
Microsoft PowerPoint 4.0 (Swedish) [WinWorld]
Microsoft Word 6.0 (Canadian French) [WinWorld]
Microsoft Word 6.0 (Danish) [WinWorld]
Microsoft Word 6.0 (Dutch) [WinWorld]
Microsoft Word 6.0 (French) [WinWorld]
Microsoft Word 6.0 (German) [WinWorld]
Microsoft Word 6.0 (Italian) [WinWorld]
Microsoft Word 6.0 (International English) [WinWorld]
Microsoft Word 6.0 (Japanese) [WinWorld]
Microsoft Word 6.0 (Swedish) [WinWorld]
Microsoft Word 6.0a (Norwegian) [WinWorld]
Norton Utilities for Macintosh 3.1.3 [WinWorld]
Norton Utilities for Macintosh 3.2.1 [WinWorld]
Norton Utilities for Macintosh 3.5.3 [WinWorld]
PlainTalk 1.2.1 [WinWorld]
QuarkXPress 2.11 (French) [WinWorld]
QuarkXPress 3.3 (English) [WinWorld]
Ready, Set, Go! 4.5a [WinWorld]
Symantec C++ for Macintosh 7.0 [WinWorld]
WordPerfect 3.1 [WinWorld]
WordPerfect 3.5 [WinWorld]

New not working software list additions
---------------------------------------
Matlab 4.0 Student Edition [WinWorld]
Microsoft Works 4.0b (Australian English, Power Macintosh upgrade) [WinWorld]
Microsoft Works 4.0b (German, Power Macintosh upgrade) [WinWorld]
Microsoft Works 4.0b (International English, Power Macintosh upgrade) [WinWorld]
Microsoft Works 4.0b (US English, Power Macintosh upgrade) [WinWorld]
SoftWindows 3.0 [WinWorld]
[/branches/pc98_state/hash]apple2_flop_orig.xml apple2gs.xml* apple2gs_flop_misc.xml apple2gs_flop_orig.xml cgenie_cass.xml mac_hdflop.xml mbee_cart.xml mbee_flop.xml
[/branches/pc98_state/language/Greek]strings.po
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/cpu/m68000]m68kfpu.cpp
[/branches/pc98_state/src/devices/machine]netlist.cpp
[/branches/pc98_state/src/devices/sound]c140.cpp
[/branches/pc98_state/src/emu]emumem_hedr.ipp emumem_hedw.ipp
[/branches/pc98_state/src/lib/formats]ipf_dsk.cpp ipf_dsk.h
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp aristmk5.cpp cclimber.cpp chexx.cpp exidy.cpp galaxian.cpp galaxold.cpp gameplan.cpp legionna.cpp m79amb.cpp mbee.cpp mermaid.cpp namcos22.cpp naomi.cpp pacman.cpp phoenix.cpp seta.cpp skylncr.cpp suprnova.cpp taitosj.cpp
[/branches/pc98_state/src/mame/includes]galaxian.h galaxold.h gameplan.h m79amb.h mbee.h mermaid.h naomi.h seta.h
[/branches/pc98_state/src/mame/machine]mbee.cpp segashiobd.cpp segashiobd.h
[/branches/pc98_state/src/mame/video]galaxian.cpp galaxold.cpp gameplan.cpp mbee.cpp mermaid.cpp taitosj.cpp

r176105 Thursday 10th June, 2021 at 14:30:28 UTC by Robbbert
mbee: fixed bug with telcom bankswitching.
[/branches/pc98_state/hash]mbee_cart.xml
[/branches/pc98_state/src/mame/includes]mbee.h
[/branches/pc98_state/src/mame/machine]mbee.cpp
[/branches/pc98_state/src/mame/video]mbee.cpp

r176104 Thursday 10th June, 2021 at 14:13:16 UTC by AJR
m79amb: Modernize interrupt; use raw parameters for screen
[/branches/pc98_state/src/mame/drivers]m79amb.cpp
[/branches/pc98_state/src/mame/includes]m79amb.h

r176103 Thursday 10th June, 2021 at 13:42:19 UTC by AJR
chexx.cpp: Note existence of another game on similar HW
[/branches/pc98_state/src/mame/drivers]chexx.cpp

r176102 Thursday 10th June, 2021 at 13:40:18 UTC by AJR
emumem: Correct logic in populate_mismatched_nomirror and populate_passthrough_nomirror. This fixes a bug causing watchpoints set on portions of the address space exceeding 16K to sometimes not fully cover the range.
[/branches/pc98_state/src/emu]emumem_hedr.ipp emumem_hedw.ipp

r176101 Thursday 10th June, 2021 at 10:55:16 UTC by Robbbert
New working software list additions
-----------------------------------
mbee_cart: Pascal [Robbbert]
[/branches/pc98_state/hash]mbee_cart.xml
[/branches/pc98_state/src/mame/machine]mbee.cpp

r176100 Thursday 10th June, 2021 at 09:05:08 UTC by Olivier Galibert
ipf: Wrap the decoding state in a sub-structure
[/branches/pc98_state/src/lib/formats]ipf_dsk.cpp ipf_dsk.h

r176099 Thursday 10th June, 2021 at 07:47:48 UTC by Robbbert
New working software list additions
-----------------------------------
mbee_flop:
56k
56k_master_91
56k_sys
56k_system_master_84_01
56k_system_master_early
64kmaster
64k_premium_master
64k_premium_system_disk
64k_zcpr1.6
128k boot disk (set 1)
128k boot disk (set 2)
128k Premium Master 1986/07
128k Premium Master Early
128k Premium Starter 1986/07
128k Premium System 1988/03
128k Starter Disk
128k Turbodisk II (set 2)
128kp Premium System 1988/03
128kp_master (set 1)
128kp_master (set 2)
128kp_starter
128ks
128ks_master
128ks_swedish_boot
128ks_utility
128k_swedish_boot_disk
128k_system_master_35
256tc_diagnostics
256tc_intro
256tc_system_disk_rel1_1987
256tc_system_disk_rel2_1987
256tc_system_disk_rel3_1988/06
256tc_system_disk_rel4_1988/09
256tc_system_master
256tc_utility_disk_rel2
2 Golf Games
3 Golf Games t01
3 Golf Games t04
Advanced (touch) Typing Tutor
Adventure Games #1
Adventure Games (set 1)
Adventure Games (set 2)
adventure1
adventure_13
adventure_14
Agricultural Studies
Air Track t01
Air Track t04
Air_Track
Alan's Adventure's Disk 2 (set 1)
Alan's Adventure's Disk 2 (set 2)
Alan's Adventure's Disk 3 (set 1)
Alan's Adventure's Disk 3 (set 2)
Alan's Adventure's Disk 4 (set 1)
Alan's Adventure's Disk 4 (set 2)
Alan's Games Disk 4
Arcade Games 1
Arcade Games 1 t01
Arcade Games 1 t04
Arcade Games 2 t01
Arcade Games 2 t03
Arcade Games 2 t04
Arcade Games 3
Arcade Games 4 t03
Art Auction
Australia 2020
Australiana Quiz Game
Basic Games 05
Battleship
Bee Casino t01
Bee Casino t04
Bee Draw 1.0
Bee Scientist 1 t01
Bee Scientist 1 t04
Beenet
Beesware Word Study
Beetalker and Beethoven demo
Bennett Data Multiplexer Buzznet III v1.3 (set 1)
Bennett Data Multiplexer Buzznet III v1.3 (set 2)
Bennett Data Multiplexer Communications Programme master demo
Bernie Nichols Educational Graphics
Bernie Nichols Language Arts
Bernie Nichols Reading Programs
Bernie Nichols Science and Miscellaneous
Bernie Nichols Spelling Programs
Biological Science
Birds of Antarctica
Bondwell Speech
Brian Howarths Mystery Adventures
Bushwalking Adventure
Business and Home Database
Buzznet 3.4
Buzznet iii Demo Disk
bwmod
C.A.Sinclair Educational Disk
Carefile v1.3
Cashbook_v2.1 (set 1)
Cashbook_v2.1 (set 2)
Cheryl Goding Demo Disk
ChickenMan's Adventure's Disk 10
ChickenMan's Adventure's Disk 11
ChickenMan's Adventure's Disk 12
ChickenMan's Adventure's Disk 15
ChickenMan's Adventure's Disk 16
ChickenMan's Adventure's Disk 18
ChickenMan's Adventure's Disk 19
ChickenMan's Adventure's Disk 2
ChickenMan's Adventure's Disk 20
ChickenMan's Adventure's Disk 21
ChickenMan's Adventure's Disk 22
ChickenMan's Adventure's Disk 23
ChickenMan's Adventure's Disk 24
ChickenMan's Adventure's Disk 25
ChickenMan's Adventure's Disk 26
ChickenMan's Adventure's Disk 27
ChickenMan's Adventure's Disk 28
ChickenMan's Adventure's Disk 29
ChickenMan's Adventure's Disk 3
ChickenMan's Adventure's Disk 30
ChickenMan's Adventure's Disk 4
ChickenMan's Adventure's Disk 5
ChickenMan's Adventure's Disk 6
ChickenMan's Adventure's Disk 7
ChickenMan's Adventure's Disk 8
ChickenMan's Adventure's Disk 9
ChickenMan's Games Demo Disc
Chickenman's Games Disk 2 (set 2)
Chickenman's Games Disk 4 (set 1)
Chickenman's Games Disk 4 (set 2)
Chickenman's Games Disk 5 (set 1)
Chickenman's Games Disk 5 (set 2)
Chickenman's Games Disk 8
Chickenman's Games Disk 9 (set 1)
Chickenman's Games Disk 9 (set 2)
Chickman's Games Disk 2 (set 1)
Chip8 v2.3
Christmas Carols t04
CIAB boot menu
CIAB Double-sided Master
CIAB menu sample
CIAB System Master
CIAB System Master 1985/03
CIAB System Master 1986/02
Citadel of Chaos v2.01
Cloze Exercises
Colossal Cave
Colour Sampler 1
Commsoft Roots/M
Complete Scott Adams Original Adventures
Composer Bee Plus
Comprobe 1.00
cpm3_61k (set 1)
cpm3_61k (set 10)
cpm3_61k (set 2)
cpm3_61k (set 3)
cpm3_61k (set 4)
cpm3_61k (set 5)
cpm3_61k (set 6)
cpm3_61k (set 7)
cpm3_61k (set 8)
cpm3_61k (set 9)
cpm3_dri (set 1)
cpm3_dri (set 10)
cpm3_dri (set 2)
cpm3_dri (set 3)
cpm3_dri (set 4)
cpm3_dri (set 5)
cpm3_dri (set 6)
cpm3_dri (set 7)
cpm3_dri (set 8)
cpm3_dri (set 9)
cpm3_y2k (set 1)
cpm3_y2k (set 10)
cpm3_y2k (set 2)
cpm3_y2k (set 3)
cpm3_y2k (set 4)
cpm3_y2k (set 5)
cpm3_y2k (set 6)
cpm3_y2k (set 7)
cpm3_y2k (set 8)
cpm3_y2k (set 9)
Cricket t01
Cricket t04
Crossword Capers
Cunning Running
D.Heym Common Fractions
D.Heym Counting Numbers
D.Heym Directed Numbers
D.Heym Number Lines
D.Heym Various
databuzz_beenet_version
David Ahls Adventures
DBase II (backup)
Demonstration Disk t02
Denham 1
Denham 2
Denham 3
Denham 4
Denham Easy Stats
Denham Kings Trees Aces
Disk Beecomposer
Disk Cataloger
Disk Test v3.9
Doodle Draw v1.1
Dragon Spells
Dungeons of Khan
Early Word v1.3
education_01
education_02
education_03
education_04
education_05
education_06
education_07
education_08
education_09
education_1
education_10
education_11
education_12
education_3
education_4
education_5
education_6
education_7
education_8
education_9
Electric Paintbrush Slide Show
electric_paintbrush_chalkboard_1.01
electric_paintbrush_fonts
electric_paintbrush_mouse_1.22
empty_ciab_sys
English
EPSGmod Files
Extended Turtle 4.3p
Extended Turtle 4.6p
Family Favourites t03
Family Favourites t04
Family Games 1 t01
Family Games 1 t03
Family Games 1 t04
Faust Adventure
Filemaster v2
First Fleet (set 1)
First Fleet (set 2)
First Fleet (set 3)
First Fleet (set 4)
Fortris
FTL Modula2 disk1
FTL_Modula2 disk2
FTL_Modula2 disk3
Games from Wildcards Vol 1,2,3,4
Games2
Geograbee
Geography 1
Geography 2
Geography 3
Getting to know your Microbee
Ghost Muncher / Kilopede
Gold-dust Island
Goodison Demo
Goodison Education 1
Goodison Education 2
Goodison Education 3
Goodison Mathematics
Goodison Speed Reading
Goodison Spelling
Goodison Words
Graphic Adventures 1 t01
Graphic Adventures 1 t04
Greybeard Tape Files (set 1)
Greybeard Tape Files (set 2)
Hangman
Hiplot
Hoards of the Deep Realm 1.0 (set 1)
Hoards of the Deep Realm 1.0 (set 2)
Hoards of the Deep Realm 1.1 (set 1)
Hoards of the Deep Realm 1.1 (set 2)
Hoards of the Deep Realm 11t (set 1)
Hoards of the Deep Realm 11t (set 2)
Home Economics
Honeysoft Arcade Games Vol II
Honeysoft Demo Disk
Honeysoft Demo Disk t04
Honeysoft Microbee Adventures Vol Three (set 1)
Honeysoft Microbee Adventures Vol Three (set 2)
Honeysoft Microbee Adventures Vol Two (set 1)
Honeysoft Microbee Adventures Vol Two (set 2)
Honeysoft Microbee Text Adventures Vol One (set 1)
Honeysoft Microbee Text Adventures Vol One (set 2)
Icon Editor v1.4
impact_media_shareware_d1
impact_media_shareware_d2
Information Express v1.2
Isbok Adventure
Jewels of Sancara Island
JHBeesware 2
JHBeesware 3
JHBeesware1
Job Option Bank v4.52
Joystick Games 1 t03
Joystick Games 1 t04
Kids Pack 1 t03
Kids Pack 1 t04
Kids Pack 2 t03
Label Generator Program
Learning Can Be Fun more t01
Learning Can Be Fun more t03
Learning Can Be Fun more t04
Learning Can Be Fun numbers t01
Learning Can Be Fun numbers t04
Learning Can Be Fun Words and Numbers t04
Learning Can Be Fun words t01
Leisure Suit Larry
Let's Go Punting (set 1)
Let's Go Punting (set 2)
Lets Eat Worms
Machine-Code and Basic Tutorials
Manual Arts
Mathematics #1
Mathematics #2
Melbourne to Hobart Yacht Race Simulation
Membership Maintenance System v1.30
Menu of Arcade Games (set 1)
Menu of Arcade Games (set 2)
Menu of Arcade Games (set 3)
Menu of Arcade Games (set 4)
Menu of Games 7
Menu of games and other programs (set 1)
Menu of games and other programs (set 2)
Menu of games and others on Disk #3 (set 1)
Menu of games and others on Disk #3 (set 2)
Menu of Games Disk #1 (set 1)
Menu of Games Disk #1 (set 2)
Menu of Games on Disk (set 1)
Menu of Games on Disk (set 2)
Micro Defender
Microbear Public Domain
Microbee Arcade Games #1
Microbee Arcade Games #2
Microbee Lines v0.1
Micropen 1.0
Microspace Invaders II
Milestone 1.09
Millionwaire 3.0 (set 1)
Millionwaire 3.0 (set 2)
MMD Educational
mouse_bios9
MUGWA Amateur Radio programs
MUGWA Beeforth
MUGWA boot disk
MUGWA dbase_001
MUGWA dbase_002
MUGWA dbase_a_001
MUGWA dbase_a_002
MUGWA dbase_a_003
MUGWA dbase_a_004
MUGWA dbase_a_005
MUGWA macro_001
MUGWA paslib2_000
MUGWA rom_pak
MUGWA Small-C
Musicraft
Musicraft
Nanoc the Destroyer / Jumpman (set 1)
Nanoc the Destroyer / Jumpman (set 2)
Nanoc the Destroyer II / Freedom Fighter / Missile Dodger (set 1)
Nanoc the Destroyer II / Freedom Fighter / Missile Dodger (set 2)
Nanoc's Revenge
Nemesis 1.2
Nemesis Dungeon Master
Networked Educational 1
Networked Educational 2
Networked Educational 3
Number Line Set
One World Countries Database 1.01
ORAC Explorers
ORAC Scientists 1 v3.1
Our World t02
Our World t04
Pascals Triangle Set
PAWcomp Adventure compiler
Penguin Book of Microbee Games
Penny Arcade t02
Penny Arcade t03
Penny Arcade t04
Peter Broughton v1.1
Peter Broughton v1.2
Peter Broughton v2.0pre deepdene
Peter Broughton v2.2
Peter Broughton v2.2p 1of2 (set 1)
Peter Broughton v2.2p 1of2 (set 2)
Physical Science
Plan80 v2.4
Poster Disk 1987
Premium Beeartistic 1.30
premium1
premium2
Primary Rime Lessons
Primary Teachers Rollbook
Printmaster 1.0
Printmaster 1.10a
Printmaster Graphics Editor
Printmaster Plus 1.46
R.A.C.E.R.
Raft-away River
Random Basic games
Research Logo 1.0
Research Logo 1.0a
Research Logo 1.0a+
Richard Larkins Games
Scavenger Hunt
Science Tutorial 1 t01
Science Tutorial 1 t02
Science Tutorial 1 t04
Science Tutorial 2 t01
Science Tutorial 2 t04
Selection Menu (set 1)
Selection Menu (set 2)
Sheep-dog Trial
Simon Gerraty 80/40 Track Bios 4.2b (set 1)
Simon Gerraty 80/40 Track Bios 4.2b (set 2)
Simple and Compound Interest
Simple Business Graphics
Simply DB 1.20c
Simply DB 2.02
Simply Write Font Editor v2.04
Simply Write v2.04
Simply Write v3.02
Simply Write v3.03
Sketch Pad
Smart Model Controller v1.12m
Smartkey v1.1a
SMUG 02
SMUG Tape Library
Social Science
Social Studies Oracle t03
Social Studies Oracle t04
Social Studies t01
Social Studies t04
Springboard Clipart
Storymaker 128k
Storymaker 256tc
Strategic Games 1 t01
Strategic Games 1 t03
Strategic Games 1 t04
Survivor
swedish_128k_boot_disk
Sword Quest / Microspace Invaders II / The Valley / Caves
Sydney Approach
Takeover: warriors against the world
Tantrix
Technical Drawing t01
Technical Drawing t04
Telcom 2.0/2.2 (for 64k)
Telcom 3.0 Upgrade (for 128k/256tc)
The Mob From Evil
The Mob From Evil
The Winners
Thunder Road Adventure 1.2
Tim Hartnell Adventures
Timegap-x
Timetable Blocker 5.1
Timetable Manager 4.3
Turbo Pascal
Turbodisk II (set 1)
turtle
utilities
Utility
Various Scottfree Adventures Disk 17
Venture Writer 2.1
Viatel Upgrade v1.3a
Viper
Visual Programming t03
Wanderer
Wavplay 2.3
Ways We Were
WDPROC - Word Processing Package
Word Puzzles
Wordgraph A, v02
Wordgraph A, v04
Wordstar 3.3
Wordstar 4.0
wordstar v3.3 1of2
Wordstar v3.3 2of2
Zeephon
zpm3_61k (set 1)
zpm3_61k (set 2)
zpm3_61k (set 3)
zpm3_61k (set 4)
zpm3_61k (set 5)
zpm3_y2k (set 1)
zpm3_y2k (set 2)
zpm3_y2k (set 3)
zpm3_y2k (set 4)
zpm3_y2k (set 5) [Robbbert]
[/branches/pc98_state/hash]mbee_flop.xml*
[/branches/pc98_state/src/mame/drivers]mbee.cpp

r176098 Thursday 10th June, 2021 at 06:01:44 UTC by Vasantha Crabb
galaxian.cpp: Started splitting up the state class to encapsulate game-specific stuff. (#8168)
[/branches/pc98_state/src/mame/drivers]galaxian.cpp
[/branches/pc98_state/src/mame/includes]galaxian.h
[/branches/pc98_state/src/mame/video]galaxian.cpp

r176097 Thursday 10th June, 2021 at 05:49:08 UTC by Osso
aristmk5.cpp: added fake suffix to the 4.02.04 setchip ROM labels, so that ROM managers don't complain
[/branches/pc98_state/src/mame/drivers]aristmk5.cpp

r176096 Thursday 10th June, 2021 at 04:58:47 UTC by Osso
legionna.cpp: Fixed several incorrect DIP switches and added diplocs to all games. [Guru]
[/branches/pc98_state/src/mame/drivers]legionna.cpp

r176095 Thursday 10th June, 2021 at 04:50:42 UTC by Osso
New working clones
------------------
Armadillo Racing (Rev. AM2 Ver.A, World) [Phil Bennett, Ryan Holtz, Bill D., Brian Troha, The Dumping Union]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]namcos22.cpp

r176094 Wednesday 9th June, 2021 at 20:37:18 UTC by hap
c140: c219 has less voice regs, don't call c140_r
[/branches/pc98_state/src/devices/sound]c140.cpp

r176093 Wednesday 9th June, 2021 at 18:47:13 UTC by hap
c140: correct offset range when reading keyon status [dink]
[/branches/pc98_state/src/devices/sound]c140.cpp

r176092 Wednesday 9th June, 2021 at 13:21:17 UTC by David Haywood
galaxold.cpp: Fixed rockclim sprite bank select. (#8164)
[/branches/pc98_state/src/mame/video]galaxold.cpp

r176091 Wednesday 9th June, 2021 at 11:03:46 UTC by Dirk Best
Big cgenie cassette softwarelist update [Dirk Best, everygamegoing.com]

New working software list additions
-----------------------------------
Character Generator/Editor
Machine Monitor (?)
M/C Tape Copier
Orgel
Super Gen v2
The Word 1.2
Colour Emu 3.0 Welcome Tape
Colours
Invader Demo
Line Drawing
Magic Carpet Demo
PSG-Demo
Top of the World Music Demo
3D Haunted House
A10 Bomber
Airaid
Alien Attack
Aliens
Backgammon
Bang Bang
Bak-Pak
Blastaroids
Chomper
Colour Genie Chess
Colour Frog
Colour Genie Pontoon
Colour Qix
Colour Schach (TCS, 16k)
Colour Quest 1: Find the Diamond of Balmarlon
Colour Quest 2: The Vegan Incident
Colour Quest 3: Enchanted Gardenss
Colour Quest 4: Camelot Adventure
Colour Quest 4: Camelot Adventure (Marcos Software)
Colour Quest 6: Fishing Quest
Demon Derby
Defender
Eliminator (Gumboot)
Flying Bytes
Galactic Attack (Joystick)
Galactic Attack (Keyboard)
Geniepede
Gobble Garden
Gorilla
Gotya
Grabit
Grand Prix
Hektik (English)
Hero Run
Intellegent Games Boards
Invaders from Space
Jackpot
Jumbo
Kong
Mad Driver
Madventure 2: Shipwreck
Mampf Man II (alt)
Martian Rescue
Mauer
Maze Chaser
Meteor (32k)
Millipede
Mysterious Adventures No. 1: The Golden Baton
Mysterious Adventures No. 2: The Time Machine
Mysterious Adventures No. 3: Arrow of Death (Pt. 1)
Mysterious Adventures No. 6: Circus
Numbers Up Shoot Out
Palace of Ming
Panik
Plato
Point Chase
Protheus Schach
Puckman
Punktejagd
Punter
Q*Man
Quandry
Quasimodo
Racing Driver
Skramble (new parent)
Soft-Bandit
Space Shares
Spell A Picture
Snake Snatch
Star Trek
Stockmarket Simulation
Swag!
Tausendfuss (new parent)
Terry's Travels
Tron
Unknown Chase Game
Unknown Game by S. J. Sole
Vier Gewinnt
Vortex
What's My Rhyme
Wordy
Zalaga (new parent)

New NOT_WORKING software list additions
---------------------------------------
Die Berliner Uhr
Plotter 2.5
Shaper: Shape Table Editor
Numbers Up Shoot Out (Alt)
Racing
Roulette
Tarnsman of Gor
To Hell And Back
[/branches/pc98_state/hash]cgenie_cass.xml

r176090 Wednesday 9th June, 2021 at 04:41:35 UTC by Osso
New working clones
------------------
Gals Panic S - Extra Edition (Korea) [coolmod]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]suprnova.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team