mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Internal RAM debugging should be fixed someday ...
This commit is contained in:
parent
c36d36fe28
commit
661aeeae8e
@ -256,7 +256,7 @@ static MACHINE_RESET( 30test )
|
|||||||
static const hc11_config namco_30test_config =
|
static const hc11_config namco_30test_config =
|
||||||
{
|
{
|
||||||
0, //has extended internal I/O
|
0, //has extended internal I/O
|
||||||
0,//768, //internal RAM size
|
768, //internal RAM size
|
||||||
0x00 //registers are at 0-0x100
|
0x00 //registers are at 0-0x100
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user