diff options
-rw-r--r-- | src/hbmame/drivers/neogeohb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hbmame/drivers/neogeohb.cpp b/src/hbmame/drivers/neogeohb.cpp index 5c5daa4520e..583ec892c4b 100644 --- a/src/hbmame/drivers/neogeohb.cpp +++ b/src/hbmame/drivers/neogeohb.cpp @@ -1282,6 +1282,7 @@ ROM_END ROM_START( neopl ) ROM_REGION( 0x100000, "maincpu", 0 ) ROM_LOAD( "408.p1", 0x000000, 0x00e7a8, CRC(2306d129) SHA1(6cdd535b6356196f42fb6d49e2cbad0c387b63ae) ) + ROM_FILL(0x485,1,0x40) // make it run slower NEO_SFIX_MT(0x2000) ROM_LOAD( "408.s1", 0x000000, 0x002000, CRC(18fc6ad9) SHA1(e9f0dee058c9a06f2db5fac8bf24485705ae4185) ) |