diff --git a/src/mame/drivers/alpha68k_n.cpp b/src/mame/drivers/alpha68k_n.cpp index 04960429bf5..4d000571333 100644 --- a/src/mame/drivers/alpha68k_n.cpp +++ b/src/mame/drivers/alpha68k_n.cpp @@ -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 ----------- diff --git a/src/mame/drivers/metro.cpp b/src/mame/drivers/metro.cpp index afa7b5dea51..ffbbd321ca7 100644 --- a/src/mame/drivers/metro.cpp +++ b/src/mame/drivers/metro.cpp @@ -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 )