Note Feed

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

Previous 50 199869 Revisions Next 50

r176489 Thursday 15th July, 2021 at 11:49:56 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/pc98_state/scripts/target/mame]mess.lua

r176488 Thursday 15th July, 2021 at 10:23:45 UTC by patrick.mackinlay
sx1000: adjust some parameters
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176487 Thursday 15th July, 2021 at 11:49:35 UTC by Robbbert
hd63484 include in mess build to fix linking error
[/branches/pc98_state/scripts/target/mame]mess.lua

r176486 Thursday 15th July, 2021 at 08:32:19 UTC by patrick.mackinlay
sx1000: hook up font ram
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176485 Thursday 15th July, 2021 at 07:27:31 UTC by Aaron Giles
funkball: Implement timer (actual frequency unknown)
[/branches/pc98_state/src/mame/drivers]funkball.cpp

r176484 Thursday 15th July, 2021 at 06:56:28 UTC by Ryan Holtz
video/namco_c355spr.cpp: Adjusted sprite attribute table index mask to accommodate vshoot. (#8302) [Ryan Holtz]
[/branches/pc98_state/src/mame/video]namco_c355spr.cpp

r176483 Thursday 15th July, 2021 at 05:09:02 UTC by patrick.mackinlay
sx1000: hook up the acrtc
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176482 Thursday 15th July, 2021 at 03:54:40 UTC by Vasantha Crabb
API cleanups and miscellaneous fixes.

emu/ioport.cpp: Allow controller files to override input sequences for
inputs that don't use defaults, and to override the toggle setting for
digital inputs.

emu/config.cpp: Expose configuration level (mostly matters for
controller files), improved verbose diagnostic messages, and moved a few
things out of the global and preprocessor namespaces.

docs: Added documentation for some controller configuration file
features.  The device mapping feature documentation will be merged in at
some point.

util/unicode.cpp, emu/input.cpp: API cleanups.
[/branches/pc98_state/docs/source/advanced]ctrlr_config.rst* index.rst
[/branches/pc98_state/docs/source/commandline]commandline-all.rst
[/branches/pc98_state/src/devices/machine]laserdsc.cpp laserdsc.h
[/branches/pc98_state/src/emu]bookkeeping.cpp bookkeeping.h config.cpp config.h crsshair.cpp crsshair.h emufwd.h image.cpp image.h input.cpp input.h ioport.cpp ioport.h network.cpp network.h render.cpp render.h rendlay.cpp sound.cpp sound.h validity.cpp validity.h
[/branches/pc98_state/src/frontend/mame]infoxml.cpp luaengine_input.cpp
[/branches/pc98_state/src/frontend/mame/ui]devopt.cpp ui.cpp ui.h
[/branches/pc98_state/src/lib/util]unicode.cpp unicode.h
[/branches/pc98_state/src/osd/modules/debugger]debugosx.mm debugqt.cpp

r176481 Thursday 15th July, 2021 at 02:03:09 UTC by Aaron Giles
delegate: Fix Visual Studio case with displaced object base (internal representation seems to have drifted since it was originally written).
[/branches/pc98_state/src/lib/util]delegate.h

r176480 Thursday 15th July, 2021 at 01:29:57 UTC by Scott Stone
- Fix structure of commented data and added sizes
[/branches/pc98_state/src/mame/drivers]mtx.cpp

r176479 Wednesday 14th July, 2021 at 21:04:56 UTC by Olivier Galibert
sx1010: Add the serial console
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176478 Wednesday 14th July, 2021 at 20:09:18 UTC by Ville Linde
k001005: Major rewrite and documentation update [Ville Linde]
* Implemented fog using correct parameters
* Fixed lighting calculations
* Implemented bilinear filtering in games that use it (slrasslt, thunderh)
* Use templates for rasterizer code paths
* Refactored polygon parser
[/branches/pc98_state/src/mame/video]k001005.cpp k001005.h k001006.cpp k001006.h

r176477 Wednesday 14th July, 2021 at 19:12:24 UTC by Ryan Holtz
-video/namco_c355spr.cpp: Fixed handling of sprite attribute table index - fixes missing sprites in finalapr. [Ryan Holtz]
[/branches/pc98_state/src/mame/video]namco_c355spr.cpp

r176476 Wednesday 14th July, 2021 at 18:22:35 UTC by steven.coomber
c64_cass.xml: Change 720 degrees game title name to match arcade vers… (#8296)

* c64_cass.xml: Change 720 degrees game title name to match arcade version for consistency
[/branches/pc98_state/hash]c64_cass.xml

r176475 Wednesday 14th July, 2021 at 18:22:07 UTC by ajrhacker
Merge pull request #8297 from DavidHaywood/140721

small fixes (mtwinbee default eeprom for consistency with other sets, correct discoboyp bg tilebanking)
[/branches/pc98_state/src/mame/drivers]royalmah.cpp

r176474 Wednesday 14th July, 2021 at 18:13:55 UTC by davidhaywood
fixed discoboyp tile banking (boss stages)
[/branches/pc98_state/src/mame/drivers]discoboy.cpp

r176473 Wednesday 14th July, 2021 at 18:13:35 UTC by davidhaywood
gave mtwinbee a valid default eeprom like other sets
[/branches/pc98_state/src/mame/drivers]konamigx.cpp royalmah.cpp

r176472 Wednesday 14th July, 2021 at 16:10:16 UTC by Osso
royalmah.cpp: preliminary banking for chalgirl, mjsenka, mjyarou, mjyarou2. Girls now appear. These games don't appear to set the palette bank, so they all have bad colors.
[/branches/pc98_state/src/mame/drivers]royalmah.cpp

r176471 Wednesday 14th July, 2021 at 16:00:00 UTC by Osso
pacman.cpp: redumped painter [f205v]
[/branches/pc98_state/src/mame/drivers]pacman.cpp

r176470 Wednesday 14th July, 2021 at 14:20:50 UTC by Olivier Galibert
sx1010: Hack in the vsync line
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176469 Wednesday 14th July, 2021 at 13:24:45 UTC by Olivier Galibert
sx1010: resolution changed by mistake
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176468 Wednesday 14th July, 2021 at 13:20:20 UTC by Olivier Galibert
sx1010: main screen turn on
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176467 Wednesday 14th July, 2021 at 10:57:45 UTC by patrick.mackinlay
sx1000: speculative devices
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176466 Wednesday 14th July, 2021 at 10:26:12 UTC by hap
fidel_sc6: add note
[/branches/pc98_state/src/devices/machine]tmc0999.cpp
[/branches/pc98_state/src/mame/drivers]fidel_sc6.cpp

r176465 Wednesday 14th July, 2021 at 09:30:08 UTC by hap
fidel_eldorado: corrected romdump [bataais]
[/branches/pc98_state/src/mame/drivers]fidel_eldorado.cpp

r176464 Wednesday 14th July, 2021 at 09:23:47 UTC by Olivier Galibert
sx1010: Start mapping a register
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176463 Wednesday 14th July, 2021 at 08:57:14 UTC by Olivier Galibert
sx1010: add (nv)ram
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176462 Wednesday 14th July, 2021 at 08:47:31 UTC by Olivier Galibert
sx1010: map the other half
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176461 Wednesday 14th July, 2021 at 08:42:03 UTC by Olivier Galibert
sx1010: correct rom mapping to see the reset code
[/branches/pc98_state/src/mame/drivers]sx1000.cpp

r176460 Wednesday 14th July, 2021 at 08:16:29 UTC by patrick.mackinlay
New machines marked as NOT_WORKING

---
Casio SX1010 [Plamen Mihaylov]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]sx1000.cpp*

r176459 Tuesday 13th July, 2021 at 21:32:16 UTC by ajrhacker
Merge pull request #8294 from Osso13/megasys1_hammy

megasys1.cpp: adjusted ROM area size for type A main CPU and added RA…
[/branches/pc98_state/hash]vgmplay.xml

r176458 Tuesday 13th July, 2021 at 20:06:24 UTC by Osso
megasys1.cpp: adjusted ROM area size for type A main CPU and added RAM mirror for audio CPU (verified on hardware) [hammy]
[/branches/pc98_state/hash]vgmplay.xml
[/branches/pc98_state/src/mame/drivers]megasys1.cpp

r176457 Tuesday 13th July, 2021 at 20:29:58 UTC by Scott Stone
vgmplay.xml:  Added 22 new entries [vgmrips.net, Tafoid]
[/branches/pc98_state/hash]vgmplay.xml

r176456 Tuesday 13th July, 2021 at 18:51:17 UTC by firehawke
Apple softlist updates for July 2021 (#8293)

* New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Pipe Dream [4am, Firehawke]
ShowOff (Version 1.1) [4am, Firehawke]

* New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Calendar Crafter (Version 1.2) [4am, Firehawke]
Designer Prints (Version 1.0) [4am, Firehawke]
Designer Puzzles (Version 1.0) [4am, Firehawke]
Mercury (Version 1.0) [4am, Firehawke]
Storybook Weaver [4am, Firehawke]
Storybook Weaver: World of Adventure (Version 1.0) [4am, Firehawke]
Storybook Weaver: World of Make-Believe (Version 1.0) [4am, Firehawke]

Title correction on "Storybook Weaver" from apple2gs_flop_misc software list.

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Prince of Persia (800K 3.5") [4am, Firehawke]
Woolly's Birthday (Version 1.0) (800K 3.5") [4am, Firehawke]
Troll Sports Math (800K 3.5") [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Astro Attack (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Spell Master (Version 1.3.1) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Dinner on a Disk (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Micro Barmate (Version 1.0) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Math Skills (Version 1.3) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Fractions (Version 3.0) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Perception (Version 3.1) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
LogoMotion (Version 1.2) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Cross Country Rallye (Softsmith) (cleanly cracked) [4am, san inc., Firehawke]
Algebra I (Version 1.3) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Bugbyter (Version 1.11) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Midnight Malady (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Mummy's Curse (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Lazer Maze (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Zenith (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Supermap (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Guardian (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Game of the U.S. (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
L.A. Land Monopoly (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Cosmic Combat (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
The Game Show (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Creature Venture (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Lazer Silk (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]

* Software list items promoted to working
---------------------------------------
apple2_flop_orig.xml: Aliens [4am, Firehawke]
apple2_flop_clcracked.xml: Aliens [4am, Firehawke]

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Disk Director (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Paperboy [4am, Firehawke]
Columns GS [4am, Firehawke]
Snoopy's Reading Machine [4am, Firehawke]

* Software list items promoted to working
---------------------------------------
apple2_flop_orig.xml: 2400 A.D. [4am, Firehawke]

* Correct Fantavision (Apple IIgs) and Print Shop IIgs compatibility information.

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Pro Football Pointspread Prediction System (cleanly cracked) [4am, Firehawke]
Stickybear Drawing (cleanly cracked) [4am, san inc, Firehawke]
Bumble Games (Version 1.4) (cleanly cracked) [4am, san inc, Firehawke]
Beach Landing (cleanly cracked) [4am, san inc, Firehawke]
Temple of Apshai rev. 4 (cleanly cracked) [4am, san inc, Firehawke]
Adventure Double Feature Volume II (cleanly cracked) [4am, san inc, Firehawke]
Moptown Parade (1981 Version) (cleanly cracked) [4am, san inc, Firehawke]
Crush, Crumble and Chomp! (1981-06-22 Version) (cleanly cracked) [4am, san inc, Firehawke]
Con-Putation (cleanly cracked) [4am, san inc, Firehawke]
Drinks on a Disk (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Friends or Lovers (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Little Speller (Version 2.0) (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
The Final Frontier (Version 1.0) (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Farm Ledger Pro (cleanly cracked) [4am, Firehawke]
Print Your Own BINGO Plus (Version 01.23.88) (cleanly cracked) [4am, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Charlie Brown's ABC's [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Where in Europe is Carmen Sandiego? (800K 3.5") [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

The Playroom (Version 1.0) (800K 3.5") [4am, Firehawke]
SuperPrint! (Version 1.4) (800K 3.5") [4am, Firehawke]
Rampage (800K 3.5") [4am, Firehawke]
Hegira: Tale of a Galactic Exile [4am, Firehawke]
Stickybear Math (800K 3.5") [4am, Firehawke]
[/branches/pc98_state/hash]apple2_flop_clcracked.xml apple2_flop_orig.xml apple2gs_flop_misc.xml apple2gs_flop_orig.xml

r176455 Tuesday 13th July, 2021 at 18:50:06 UTC by Carl
fix build
[/branches/pc98_state/scripts/target/mame]mess.lua

r176454 Tuesday 13th July, 2021 at 17:42:12 UTC by hap
New working machines
--------------------
Eldorado Chess Challenger [hap, bataais]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]fidel_eldorado.cpp*
[/branches/pc98_state/src/mame/layout]fidel_eldorado.lay*

r176453 Tuesday 13th July, 2021 at 16:29:20 UTC by Osso
- chexx.cpp: changed olihockey and clone to MACHINE_IMPERFECT_SOUND since they do produce some (bad) sounds

- cointek.cpp: minor update to the preliminary decryption

- konamigx.cpp: corrected mtwinbee title
[/branches/pc98_state/src/mame/drivers]chexx.cpp cointek.cpp konamigx.cpp

r176452 Tuesday 13th July, 2021 at 16:21:45 UTC by Aaron Giles
voodoo: Fix dither subtraction. Fixes squares around balls in virtpool.
[/branches/pc98_state/src/devices/video]voodoo_render.h

r176451 Tuesday 13th July, 2021 at 14:31:34 UTC by ajrhacker
Merge pull request #8292 from cam900/patch-177

joypad2.cpp: Fix pin naming

r176450 Tuesday 13th July, 2021 at 14:21:25 UTC by cam900
joypad2.cpp: Fix pin naming
[/branches/pc98_state/src/devices/bus/pce_ctrl]joypad2.cpp

r176449 Tuesday 13th July, 2021 at 12:55:25 UTC by cam900
-pce.cpp: Converted PC Engine controller ports to slot devices. (#8028)

-ggconnie.cpp: Add notes for IRQ.
[/branches/pc98_state/scripts/src]bus.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/bus/pce_ctrl]joypad2.cpp* joypad2.h* joypad6.cpp* joypad6.h* multitap.cpp* multitap.h* pcectrl.cpp* pcectrl.h*
[/branches/pc98_state/src/mame/drivers]ggconnie.cpp pce.cpp
[/branches/pc98_state/src/mame/includes]pce.h
[/branches/pc98_state/src/mame/machine]pce.cpp

r176448 Tuesday 13th July, 2021 at 12:40:51 UTC by 0kmg
bus/nes: Added emulation for two more Kaiser bootlegs, fixed a third. (#8277)

New working software list additions (nes.xml)
-----------------------------------
GetsuFumaDen (Kaiser)
Meikyuu Jiin Dababa (Asia, FDS conversion, alt PCB)

Software list items promoted to working (nes.xml)
---------------------------------------
Exciting Basket (Asia, FDS conversion)
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]kaiser.cpp kaiser.h nes_carts.cpp nes_pcb.hxx nes_slot.h

r176447 Tuesday 13th July, 2021 at 09:52:49 UTC by hap
hh_tms1k: fix copypaste mistake
[/branches/pc98_state/src/mame/drivers]hh_tms1k.cpp

r176446 Tuesday 13th July, 2021 at 09:12:14 UTC by hap
New working machines
--------------------
TI-1680 [hap, Sean Riddle]
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/cpu/tms1000]tms0980.cpp tms0980.h
[/branches/pc98_state/src/devices/machine]tmc0999.cpp* tmc0999.h*
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]fidel_sc12.cpp hh_tms1k.cpp namcos12.cpp tispeak.cpp tispellb.cpp
[/branches/pc98_state/src/mame/layout]ti1680.lay*

r176445 Tuesday 13th July, 2021 at 02:27:19 UTC by Aaron Giles
voodoo: Improve fidelity of synchronization points. Add synchronization back to NOP to fix flicker in gtfore06.
[/branches/pc98_state/src/devices/video]poly.h voodoo.cpp voodoo_2.cpp voodoo_banshee.cpp voodoo_render.cpp voodoo_render.h

r176444 Monday 12th July, 2021 at 15:23:44 UTC by 0kmg
bus/nes: Added support for a couple Chinese unlicensed carts. (#8195)

Software list items promoted to working (nes.xml)
---------------------------------------
Fāngkuài Zǒngdòngyuán (China)
Korean Igo (Korea)
Ninja Ryukenden (China)
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h pirate.cpp pirate.h
[/branches/pc98_state/src/mame/machine]nes.cpp

r176443 Monday 12th July, 2021 at 14:29:00 UTC by steven.coomber
c64_cass.xml: 30 new dumps (#8282)

New working software list additions
---------------------------------------
A View to a Kill (Domark) [C64 Ultimate Tape Archive V2.0]
ACE: The Air Combat Emulator (Cascade Games) [C64 Ultimate Tape Archive V2.0]
AcroJet (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Action Pack (Prism Leisure Corporation, alt) [C64 Ultimate Tape Archive V2.0]
Addicted to Fun: Rainbow Collection (Ocean) [C64 Ultimate Tape Archive V2.0]
Advanced Pinball Simulator (Codemasters) [C64 Ultimate Tape Archive V2.0]
Adventures of Bond... Basildon Bond (Probe Software) [C64 Ultimate Tape Archive V2.0]
Alleykat (Hewson Consultants, alt) [C64 Ultimate Tape Archive V2.0]
Altered Beast (Activision) [C64 Ultimate Tape Archive V2.0]
Alternative World Games (Gremlin Graphics) [C64 Ultimate Tape Archive V2.0]
America's Cup Challenge (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Anarchy (Rack It, alt) [C64 Ultimate Tape Archive V2.0]
Annihilator (Rabbit Software) [C64 Ultimate Tape Archive V2.0]
Anter-Planter (Romik Software) [C64 Ultimate Tape Archive V2.0]
Arcade Force Four (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Arcade Hits 2 in 1 (Elite Systems) [C64 Ultimate Tape Archive V2.0]
Arkanoid (Imagine) [C64 Ultimate Tape Archive V2.0]
Arkanoid: Revenge of Doh (Imagine) [C64 Ultimate Tape Archive V2.0]
Armalyte (Thalamus) [C64 Ultimate Tape Archive V2.0]
Armourdillo (Codemasters) [C64 Ultimate Tape Archive V2.0]
Army Moves (Imagine) [C64 Ultimate Tape Archive V2.0]
Athena (Imagine) [C64 Ultimate Tape Archive V2.0]
Atomic Robo-Kid (Activision) [C64 Ultimate Tape Archive V2.0]
Attack of the Mutant Camels (Llamasoft, alt) [C64 Ultimate Tape Archive V2.0]
Auf Wiedersehen Monty (Gremlin Graphics) [C64 Ultimate Tape Archive V2.0]
Avenger (Gremlin Graphics) [C64 Ultimate Tape Archive V2.0]

New NOT_WORKING software list additions
---------------------------------------
Ace of Aces (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
APB (Domark, alt) [C64 Ultimate Tape Archive V2.0]
Aquanaut (Interceptor Software) [C64 Ultimate Tape Archive V2.0]
Asterix and the Magic Cauldron (Melbourne House) [C64 Ultimate Tape Archive V2.0]

* c64_cass.xml: 30 new dumps
[/branches/pc98_state/hash]c64_cass.xml

r176442 Monday 12th July, 2021 at 14:26:41 UTC by steven.coomber
c64_cass: 17 new dumps (#8232)

New working software list additions
---------------------------------------
10 Computer Hits 2 (Beau-Jolly, alt) [C64 Ultimate Tape Archive V2.0]
10 Computer Hits 3 (Beau-Jolly) [C64 Ultimate Tape Archive V2.0]
10 Computer Hits 4 (Beau-Jolly) [C64 Ultimate Tape Archive V2.0]
10th Frame (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
1942 (Elite Systems) [C64 Ultimate Tape Archive V2.0]
1942 (Elite Systems, alt) [C64 Ultimate Tape Archive V2.0]
1943: The Battle of Midway (Go!) [C64 Ultimate Tape Archive V2.0]
3D Pool (Firebird) [C64 Ultimate Tape Archive V2.0]
3D Pool (Kixx) [C64 Ultimate Tape Archive V2.0]
4 Most Horror (Alternative Software) [C64 Ultimate Tape Archive V2.0]
4 Soccer Simulators (Codemasters) [C64 Ultimate Tape Archive V2.0]
4th & Inches (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
5th Gear (Prism Leisure) [C64 Ultimate Tape Archive V2.0]
6 Computer Hits (Beau-Jolly) [C64 Ultimate Tape Archive V2.0]
6 Computer Hits (Beau-Jolly, alt) [C64 Ultimate Tape Archive V2.0]
6 Pak (Elite Systems) [C64 Ultimate Tape Archive V2.0]
720 (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
[/branches/pc98_state/hash]c64_cass.xml

r176441 Monday 12th July, 2021 at 13:42:14 UTC by ajrhacker
Merge pull request #8289 from algestam/gnw_manholeg_doc_fix

gnw_manholeg: fix game serial id in docs (nw)

r176440 Monday 12th July, 2021 at 11:19:06 UTC by algestam
gnw_manholeg: fix game serial id in docs (nw)
[/branches/pc98_state/src/mame/drivers]hh_sm510.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team