mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
- alpha68k_n.cpp: added a note about the kyros MCU [Guru]
- metro.cpp: fixed MT07786
This commit is contained in:
parent
4d78680d3f
commit
34b576e772
@ -53,6 +53,19 @@ Notes:
|
||||
The chip is pin-compatible with Motorola MC68705U3, Motorola MC6805U2
|
||||
and Hitachi HD6805U1. The 4k MC68705U3 dump in MAME is from a bootleg PCB.
|
||||
|
||||
Note from Guru: The bootleg 4k MCU dump was written to a genuine
|
||||
Motorola MC68705U3 microcontroller and tested on the original Alpha
|
||||
Denshi Kyros no Yakata PCB and works. Since the bootleg PCB is
|
||||
visually the same this suggests the bootleggers copied the PCB 1:1
|
||||
including the HD6805U1 MCU data then adapted it for the 68705U3 with
|
||||
minimal changes.
|
||||
*******************************
|
||||
romcmp -d *.bin
|
||||
Comparing 2 files....
|
||||
kyros_68705u3.bin [3/4] kyros_mcu.bin [1/2] 99.902344%
|
||||
kyros_68705u3.bin [4/4] kyros_mcu.bin [2/2] 88.183594%
|
||||
*******************************
|
||||
|
||||
Sound Board
|
||||
-----------
|
||||
|
||||
|
@ -5612,7 +5612,7 @@ void metro_state::init_lastfortg()
|
||||
|
||||
// VG420 / VG460
|
||||
GAME( 1992, karatour, 0, karatour, karatour, metro_state, init_karatour, ROT0, "Mitchell", "The Karate Tournament", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, karatourj, karatour, karatour, karatour, metro_state, init_karatour, ROT0, "Mitchell", "Chatan Yarakuu Shanku - The Karate Tournament (Japan)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, karatourj, karatour, karatour, karatour, metro_state, init_karatour, ROT0, "Mitchell", "Chatan Yara Kuushanku - The Karate Tournament (Japan)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, pangpoms, 0, pangpoms, pangpoms, metro_state, init_metro, ROT0, "Metro", "Pang Pom's", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, pangpomsm, pangpoms, pangpoms, pangpoms, metro_state, init_metro, ROT0, "Metro (Mitchell license)", "Pang Pom's (Mitchell)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, pangpomsn, pangpoms, pangpoms, pangpoms, metro_state, init_metro, ROT0, "Nova", "Pang Pom's (Nova)", MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user