diff options
author | 2025-03-21 05:13:01 +1100 | |
---|---|---|
committer | 2025-03-21 05:13:01 +1100 | |
commit | 13f7eea630e35e1e894efb5e6e714d7630227c2d (patch) | |
tree | 0eb6c18b6835103fc8b67547549982a113257089 | |
parent | 1fd2e72f0acc9a13ff3baafa71bcb90732cdad4e (diff) |
neopl: slow it down to make it more playable
-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) ) |