mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Super972: Added technical notes...
This commit is contained in:
parent
7fc9000245
commit
b6002a90ca
@ -11553,6 +11553,12 @@ ROM_END
|
||||
|
||||
/*
|
||||
Super 97-2
|
||||
|
||||
Code jumps above $C000, so offset range C000-F7FF was defined
|
||||
as ROM space. However, the game isn't working due to the high
|
||||
memory code looks strange. Maybe the program needs some sort
|
||||
of address/data descramble...
|
||||
|
||||
*/
|
||||
ROM_START( super972 )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user