diff options
| author | 2024-04-21 01:43:09 +0900 | |
|---|---|---|
| committer | 2024-04-21 02:43:09 +1000 | |
| commit | 17ed97f020d4c3eab2c0688bd59b6dc9d4d5609f (patch) | |
| tree | 7701363738d4edcc6eb0bcfb1adfa5e7077234de | |
| parent | de58b90e7eabefb1a272bea226993e2026da2597 (diff) | |
nmk/nmk16.cpp: Updated comments to note that Many Block is a hack of Slot Gal. (#12280)
| -rw-r--r-- | src/mame/nmk/nmk16.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/nmk/nmk16.cpp b/src/mame/nmk/nmk16.cpp index 7e0185c7879..198a180c678 100644 --- a/src/mame/nmk/nmk16.cpp +++ b/src/mame/nmk/nmk16.cpp @@ -4,7 +4,7 @@ /******************************************************************** Task Force Harrier 1989 UPL 68000 Z80 YM2203 2xOKIM6295 -Many Block 1991 Bee-Oh 68000 Z80 YM2203 2xOKIM6295 (hack of "Jewels" by UPL) +Many Block 1991 Bee-Oh 68000 Z80 YM2203 2xOKIM6295 (hack of "Slot Gal" by UPL) Mustang 1990 UPL 68000 NMK004 YM2203 2xOKIM6295 Bio-ship Paladin 1990 UPL 68000 NMK004 YM2203 2xOKIM6295 Vandyke 1990 UPL 68000 NMK004 YM2203 2xOKIM6295 @@ -152,7 +152,7 @@ Questions / Notes 'manybloc' : - - This is a bootleg / hack of Jewels by UPL + - This is a bootleg / hack of Slot Gal by UPL - The MCU code was patched to use standard IO, it may be running code that is no longer used. - There are writes to 0x080010.w and 0x080012.w (MCU ?) in code between 0x005000 to 0x005690, but I see no call to "main" routine at 0x005504 ! |
