diff options
Diffstat (limited to 'docs/release/src/hbmame/drivers/mslug4.cpp')
-rw-r--r-- | docs/release/src/hbmame/drivers/mslug4.cpp | 946 |
1 files changed, 193 insertions, 753 deletions
diff --git a/docs/release/src/hbmame/drivers/mslug4.cpp b/docs/release/src/hbmame/drivers/mslug4.cpp index d500944fa0a..a7cca2d8235 100644 --- a/docs/release/src/hbmame/drivers/mslug4.cpp +++ b/docs/release/src/hbmame/drivers/mslug4.cpp @@ -2287,15 +2287,7 @@ ROM_START( mslug4erms01 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2320,15 +2312,7 @@ ROM_START( mslug4erms02 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2353,15 +2337,7 @@ ROM_START( mslug4hqyvs01 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2386,15 +2362,7 @@ ROM_START( mslug4hqyvs02 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2419,15 +2387,7 @@ ROM_START( mslug4rma01 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2452,15 +2412,7 @@ ROM_START( mslug4rma02 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2485,15 +2437,7 @@ ROM_START( mslug4rma03 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2518,15 +2462,7 @@ ROM_START( mslug4rma04 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2551,15 +2487,7 @@ ROM_START( mslug4rma05 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2584,15 +2512,7 @@ ROM_START( mslug4rma06 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2617,15 +2537,7 @@ ROM_START( mslug4rma07 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2650,15 +2562,7 @@ ROM_START( mslug4rma08 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2683,15 +2587,7 @@ ROM_START( mslug4rma09 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2716,15 +2612,7 @@ ROM_START( mslug4rma10 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2749,15 +2637,7 @@ ROM_START( mslug4rma11 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2782,15 +2662,7 @@ ROM_START( mslug4rma12 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2815,15 +2687,7 @@ ROM_START( mslug4rma13 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2848,15 +2712,7 @@ ROM_START( mslug4rma14 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2881,15 +2737,7 @@ ROM_START( mslug4rma15 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2914,15 +2762,7 @@ ROM_START( mslug4rma16 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2947,15 +2787,7 @@ ROM_START( mslug4rma17 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -2980,15 +2812,7 @@ ROM_START( mslug4rma18 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3013,15 +2837,7 @@ ROM_START( mslug4rma19 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3046,15 +2862,7 @@ ROM_START( mslug4rma20 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3079,15 +2887,7 @@ ROM_START( mslug4rma21 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3112,15 +2912,7 @@ ROM_START( mslug4rma22 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3145,15 +2937,7 @@ ROM_START( mslug4rmb01 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3178,15 +2962,7 @@ ROM_START( mslug4rmb02 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3211,15 +2987,7 @@ ROM_START( mslug4rmb03 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3244,15 +3012,7 @@ ROM_START( mslug4rmb04 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3277,15 +3037,7 @@ ROM_START( mslug4rmb05 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3310,15 +3062,7 @@ ROM_START( mslug4rmb06 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3343,15 +3087,7 @@ ROM_START( mslug4rmb07 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3376,15 +3112,7 @@ ROM_START( mslug4rmb08 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3409,15 +3137,7 @@ ROM_START( mslug4rmb09 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3442,15 +3162,7 @@ ROM_START( mslug4rmb10 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3475,15 +3187,7 @@ ROM_START( mslug4rmb11 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3508,15 +3212,7 @@ ROM_START( mslug4rmb12 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3541,15 +3237,7 @@ ROM_START( mslug4rmb13 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3574,15 +3262,7 @@ ROM_START( mslug4rmb14 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3607,15 +3287,7 @@ ROM_START( mslug4rmb15 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3640,15 +3312,7 @@ ROM_START( mslug4rmb16 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3673,15 +3337,7 @@ ROM_START( mslug4rmb17 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3706,15 +3362,7 @@ ROM_START( mslug4rmb18 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3739,15 +3387,7 @@ ROM_START( mslug4rmb19 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3772,15 +3412,7 @@ ROM_START( mslug4rmb20 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3805,15 +3437,7 @@ ROM_START( mslug4rmb21 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3838,15 +3462,7 @@ ROM_START( mslug4rmb22 ) NEO_SFIX_128K( "263.s1", CRC(a9446774) SHA1(c5a309fd8ee6d6750a15c82e710218a3755e38b2) ) - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3871,15 +3487,7 @@ ROM_START( mslug4rmc01 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3904,15 +3512,7 @@ ROM_START( mslug4rmc02 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3937,15 +3537,7 @@ ROM_START( mslug4rmc03 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -3970,15 +3562,7 @@ ROM_START( mslug4rmc04 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4003,15 +3587,7 @@ ROM_START( mslug4rmc05 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4036,15 +3612,7 @@ ROM_START( mslug4rmc06 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4069,15 +3637,7 @@ ROM_START( mslug4rmc07 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4102,15 +3662,7 @@ ROM_START( mslug4rmc08 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4135,15 +3687,7 @@ ROM_START( mslug4rmc09 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4168,15 +3712,7 @@ ROM_START( mslug4rmc10 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4201,15 +3737,7 @@ ROM_START( mslug4rmc11 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4234,15 +3762,7 @@ ROM_START( mslug4rmc12 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4267,15 +3787,7 @@ ROM_START( mslug4rmc13 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4300,15 +3812,7 @@ ROM_START( mslug4rmc14 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4333,15 +3837,7 @@ ROM_START( mslug4rmc15 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4366,15 +3862,7 @@ ROM_START( mslug4rmc16 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4399,15 +3887,7 @@ ROM_START( mslug4rmc17 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4432,15 +3912,7 @@ ROM_START( mslug4rmc18 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4465,15 +3937,7 @@ ROM_START( mslug4rmc19 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4498,15 +3962,7 @@ ROM_START( mslug4rmc20 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4531,15 +3987,7 @@ ROM_START( mslug4rmc21 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4564,15 +4012,7 @@ ROM_START( mslug4rmc22 ) NEO_SFIX_MT_512K - ROM_REGION16_BE( 0x20000, "mainbios", 0 ) - ROM_LOAD16_WORD_SWAP( "uni-bios_4_0.rom", 0x00000, 0x20000, CRC(a7aab458) SHA1(938a0bda7d9a357240718c2cec319878d36b8f72) ) - - ROM_REGION( 0x20000, "audiobios", 0 ) - ROM_LOAD( "sm1.sm1", 0x00000, 0x20000, CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf) ) - - ROM_REGION( 0x30000, "audiocpu", 0 ) - ROM_LOAD( "263lw.m1", 0x00000, 0x20000, CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) - ROM_RELOAD( 0x10000, 0x20000 ) + NEO_BIOS_AUDIO_128K( "263lw.m1", CRC(49b1453e) SHA1(e6296e1d6bb604f1a15cf8d1b273e97b6eb7cced) ) ROM_REGION( 0x1000000, "ymsnd:adpcma", 0 ) ROM_LOAD( "263lw.v1", 0x000000, 0x400000, CRC(8cb5a9ef) SHA1(272ad312f8694acf9190ebf48d1c8a5fec73c130) ) @@ -4616,13 +4056,13 @@ ROM_END /* YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME FLAGS */ GAME( 2021, mslug4a, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "GOTVG", "Metal Slug 4 20th Anniversary (GOTVG Ver.2021 Hack)", MACHINE_SUPPORTS_SAVE ) GAME( 2021, mslug4ar, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 Enemies Reset Fusion 20th Anniversary (Hack)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh2, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 2)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh3, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 3)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh4, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 4)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh5, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 5)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh6, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 6)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4eh, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix 030414 Set 1)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4kh, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami and Fighters Kim", "Metal Slug 4 (Style remix 030731)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh2, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 2)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh3, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 3)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh4, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 4)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh5, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 5)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh6, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 6)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4eh, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami", "Metal Slug 4 (Style Remix, 2003-04-14 Set 1)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4kh, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami and Fighters Kim", "Metal Slug 4 (Style remix, 2003-07-31)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4xg, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "ZKW", "Metal Slug 4 (PPX Team Hack, Remixed)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4d, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Mega", "Metal Slug 4 (Decrypted C)", MACHINE_SUPPORTS_SAVE ) GAME( 2007, mslug4dh, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "HappyASR [EGCG]", "Metal Slug 4 (Super D Version)", MACHINE_SUPPORTS_SAVE ) @@ -4630,8 +4070,8 @@ GAME( 2002, mslug4eho, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug GAME( 2005, mslug4fr, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Arkatrad", "Metal Slug 4 (Neo Arc French Traduction Rev.1)", MACHINE_SUPPORTS_SAVE ) GAME( 2007, mslug4i, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Evoboy", "Metal Slug 4 (Traduction Italian)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4nd, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Mega Enterprise / Playmore Corporation", "Metal Slug 4 (Fully decrypted)", MACHINE_SUPPORTS_SAVE ) -GAME( 2015, mslug4sp, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Super Enhanced Version 2015-05-10)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) // Crashing in the final mission -GAME( 2020, mslug4hh01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90", "Metal Slug 4 (248 grenades 2020-06-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2015, mslug4sp, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Super Enhanced Version, 2015-05-10)", MACHINE_SUPPORTS_SAVE ) // Crashing in the final mission +GAME( 2020, mslug4hh01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90", "Metal Slug 4 (248 grenades, 2020-06-01)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami[EGCG]", "Metal Slug 4 (Big Mode)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami[EGCG]", "Metal Slug 4 (Fire Bomb)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami[EGCG]", "Metal Slug 4 (Stone)", MACHINE_SUPPORTS_SAVE ) @@ -4655,14 +4095,14 @@ GAME( 2002, mslug4hh21, mslug4, neogeo_noslot, neogeo, neogeo_state, ini GAME( 2002, mslug4hh22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami[EGCG]", "Metal Slug 4 (Weapons Super Grenade With Infinite Ammo)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh23, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Creamymami[EGCG]", "Metal Slug 4 (Weapons Thunder Cloud With Infinite Ammo)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh24, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Eddids", "Metal Slug 4 (Fix The Black Background Of Title)", MACHINE_SUPPORTS_SAVE ) -GAME( 2017, mslug4hh25, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Multi-Function Version 2017-12-25)", MACHINE_SUPPORTS_SAVE ) +GAME( 2017, mslug4hh25, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Multi-Function Version, 2017-12-25)", MACHINE_SUPPORTS_SAVE ) GAME( 2006, mslug4hh26, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Shyma.X", "Metal Slug 4 (Neo Arc French Traduction Rev.2)", MACHINE_SUPPORTS_SAVE ) -GAME( 2016, mslug4hh27, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet 2016-03-10)", MACHINE_SUPPORTS_SAVE ) -GAME( 2016, mslug4hh28, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet 2016-10-15)", MACHINE_SUPPORTS_SAVE ) -GAME( 2016, mslug4hh29, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Mummy Edition 2020-08-31)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4hh30, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Change Character)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) //It is Crashea when one changes character at the beginning of the final mission. +GAME( 2016, mslug4hh27, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet, 2016-03-10)", MACHINE_SUPPORTS_SAVE ) +GAME( 2016, mslug4hh28, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet, 2016-10-15)", MACHINE_SUPPORTS_SAVE ) +GAME( 2016, mslug4hh29, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Mummy Edition, 2020-08-31)", MACHINE_SUPPORTS_SAVE ) +GAME( 2002, mslug4hh30, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Change Character)", MACHINE_SUPPORTS_SAVE ) //It crashea changing character at the beginning of the final mission. GAME( 2002, mslug4hh31, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Change Weapon)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, mslug4hh32, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Change Zombie)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) //It is Crashea when one changes character at the beginning of the final mission. +GAME( 2002, mslug4hh32, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Change Zombie)", MACHINE_SUPPORTS_SAVE ) //It crashea when changing character at the beginning of the final mission. GAME( 2002, mslug4hh33, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Jump In Mid Air)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh34, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Shyma.X", "Metal Slug 4 (Neo Arc French Traduction Rev.3)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh35, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (Quick Go Next Mission)", MACHINE_SUPPORTS_SAVE ) @@ -4670,115 +4110,115 @@ GAME( 2002, mslug4hh36, mslug4, neogeo_noslot, neogeo, neogeo_state, ini GAME( 2002, mslug4hh37, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (War Chariot V1)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh38, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "DDJ", "Metal Slug 4 (War Chariot V2)", MACHINE_SUPPORTS_SAVE ) GAME( 2002, mslug4hh39, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Mame Neht", "Metal Slug 4 (Neo Arc French Traduction (Version Unknown))", MACHINE_SUPPORTS_SAVE ) -GAME( 2016, mslug4hh40, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Ammunition Random Edition 2016-07-24)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh41, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-01-24)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh42, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-02-11)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh43, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Version 2020-09-19)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh44, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-04-15)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh45, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Generation 1V2 2019-05-11)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh46, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-04-25)", MACHINE_SUPPORTS_SAVE ) +GAME( 2016, mslug4hh40, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Ammunition Random Edition, 2016-07-24)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh41, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-01-24)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh42, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-02-11)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh43, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Version, 2020-09-19)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh44, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-04-15)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh45, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Generation 1V2, 2019-05-11)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh46, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-04-25)", MACHINE_SUPPORTS_SAVE ) GAME( 2019, mslug4hh47, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "GOTVG", "Metal Slug 4 (Fully Decrypted [?] Version)", MACHINE_SUPPORTS_SAVE ) //FBADROID -GAME( 2019, mslug4hh48, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-07-28)", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh48, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-07-28)", MACHINE_SUPPORTS_SAVE ) GAME( 2018, mslug4hh49, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Shotgun Flash Off)", MACHINE_SUPPORTS_SAVE ) -GAME( 2019, mslug4hh50, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2019-11-17)", MACHINE_SUPPORTS_SAVE ) -GAME( 2018, mslug4hh51, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Multi-Function Version 2018-10-05)", MACHINE_SUPPORTS_SAVE ) //The date of the ips is taken into account -GAME( 2020, mslug4hh52, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh53, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition 2020-03-17)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh54, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition 2020-03-29)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh55, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition 2020-04-28)", MACHINE_SUPPORTS_SAVE ) -GAME( 2015, mslug4hh56, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Super Enhanced Version 2020-04-28)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh57, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "I love Nimes", "Metal Slug 4 (Burst Enhanced Version 2020-03-27)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh58, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "I love Nimes", "Metal Slug 4 (Burst Enhanced Version 2020-09-18)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh59, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Zombie Crisis 2020-08-03)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hh60, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Rise Of The Apes 2020-08-03)", MACHINE_SUPPORTS_SAVE ) -GAME( 2017, mslug4hh61, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet 2017-07-27)", MACHINE_SUPPORTS_SAVE ) -GAME( 2017, mslug4hh62, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet Enhanced Edition 2017-11-02)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4zb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Zombie Players Mode Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4zb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Zombie Players Mode Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 -GAME( 2020, mslug4zb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Zombie Players Mode Enemies Resetting Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 -GAME( 2020, mslug4zb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Zombie Players Mode Enemies Resetting Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 -GAME( 2020, mslug4mk01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4mk02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 -GAME( 2020, mslug4mk03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Enemies Resetting Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 -GAME( 2020, mslug4mk04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Enemies Resetting Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 -GAME( 2020, mslug4mb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Mummy Players Mode Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4mb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Mummy Players Mode Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 -GAME( 2020, mslug4mb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Mummy Players Mode Enemies Resetting Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 -GAME( 2020, mslug4mb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Mummy Players Mode Enemies Resetting Multi-Function Edition 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 -GAME( 2020, mslug4erd01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90", "Metal Slug 4 (Enemies Resetting Version 2019-04-15)(Multi-Function)", MACHINE_SUPPORTS_SAVE ) // Cannot update the current version anymore causes crashing -GAME( 2020, mslug4erd02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Generation 1V2)", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4erd03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Burst Enhanced Version)", MACHINE_SUPPORTS_SAVE ) -GAME( 2018, mslug4lwp01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Gaston90", "Metal Slug 4 (Last Bullet Multi-Function 2016-10-16 (Prototype))", MACHINE_SUPPORTS_SAVE ) //Edition 2018 -GAME( 2020, mslug4lwp02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Gaston90", "Metal Slug 4 (Last Bullet Multi-Function 2017-07-27 (Prototype))", MACHINE_SUPPORTS_SAVE ) //Edition 2020 -GAME( 2020, mslug4erms01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Enemies Resetting Multi-Function Version 2019-04-15)(Revised Version Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE )// Cannot update the current version anymore causes crashing -GAME( 2020, mslug4erms02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Enemies Resetting Multi-Function Version 2019-04-15)(Revised Version Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE )// Cannot update the current version anymore causes crashing -GAME( 2020, mslug4hqyvs01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Multi-Function Version 2017-12-25)(Revised Version Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4hqyvs02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Multi-Function Version 2017-12-25)(Revised Version Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Flame Shot Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Flame Shot Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Heavy Machine Gun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Heavy Machine Gun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Laser Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Laser Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Rocket Launcher Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Rocket Launcher Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Shotgun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Shotgun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Cannon Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Cannon Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Dual Machine Gun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Dual Machine Gun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Enemy Chaser Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Enemy Chaser Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Satellite Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Satellite Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Super Grenade Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Super Grenade Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Thunder Cloud Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rma22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Thunder Cloud Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Flame Shot Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Flame Shot Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Heavy Machine Gun Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Heavy Machine Gun Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Laser Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Laser Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Rocket Launcher Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Rocket Launcher Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Shotgun Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Big Shotgun Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Cannon Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Cannon Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Dual Machine Gun Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Dual Machine Gun Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Enemy Chaser Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Enemy Chaser Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Satellite Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Satellite Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Super Grenade Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Super Grenade Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Thunder Cloud Extreme Remix 1.0 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmb22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet 2017-07-27)(Revised Version Thunder Cloud Extreme Remix 1.1 (2020-10-01))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Flame Shot Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Flame Shot Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Heavy Machine Gun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Heavy Machine Gun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Laser Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Laser Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Rocket Launcher Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Rocket Launcher Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Shotgun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Big Shotgun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Cannon Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Cannon Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Dual Machine Gun Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Dual Machine Gun Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Enemy Chaser Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Enemy Chaser Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Satellite Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Satellite Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Super Grenade Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Super Grenade Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Thunder Cloud Extreme Remix 1.0 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) -GAME( 2020, mslug4rmc22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version 2020-02-10)(Revised Version Thunder Cloud Extreme Remix 1.1 (2020-10-08))", MACHINE_SUPPORTS_SAVE ) +GAME( 2019, mslug4hh50, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2019-11-17)", MACHINE_SUPPORTS_SAVE ) +GAME( 2018, mslug4hh51, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Multi-Function Version, 2018-10-05)", MACHINE_SUPPORTS_SAVE ) //The date of the ips is taken into account +GAME( 2020, mslug4hh52, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh53, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition, 2020-03-17)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh54, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition, 2020-03-29)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh55, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Burst Enhanced Edition, 2020-04-28)", MACHINE_SUPPORTS_SAVE ) +GAME( 2015, mslug4hh56, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Super Enhanced Version, 2020-04-28)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh57, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "I love Nimes", "Metal Slug 4 (Burst Enhanced Version, 2020-03-27)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh58, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "I love Nimes", "Metal Slug 4 (Burst Enhanced Version, 2020-09-18)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh59, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 (Zombie Crisis, 2020-08-03)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hh60, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Rise Of The Apes, 2020-08-03)", MACHINE_SUPPORTS_SAVE ) +GAME( 2017, mslug4hh61, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet, 2017-07-27)", MACHINE_SUPPORTS_SAVE ) +GAME( 2017, mslug4hh62, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "hack", "Metal Slug 4 (Last Bullet Enhanced Edition, 2017-11-02)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4zb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Zombie Players Mode Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4zb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Zombie Players Mode Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 +GAME( 2020, mslug4zb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Zombie Players Mode Enemies Resetting Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 +GAME( 2020, mslug4zb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Zombie Players Mode Enemies Resetting Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 +GAME( 2020, mslug4mk01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4mk02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 +GAME( 2020, mslug4mk03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Enemies Resetting Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 +GAME( 2020, mslug4mk04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Monkeys Players Mode Enemies Resetting Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 +GAME( 2020, mslug4mb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Mummy Players Mode Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4mb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/I love Nimes", "Metal Slug 4 (Mummy Players Mode Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) //Multi-Function Version 2017-12-25 +GAME( 2020, mslug4mb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Mummy Players Mode Enemies Resetting Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2020-02-10 +GAME( 2020, mslug4mb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Mummy Players Mode Enemies Resetting Multi-Function Edition, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) // Enemies Resetting Edition 2019-04-15, Multi-Function Version 2017-12-25 +GAME( 2020, mslug4erd01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90", "Metal Slug 4 (Enemies Resetting Version, 2019-04-15)(Multi-Function)", MACHINE_SUPPORTS_SAVE ) // Cannot update the current version anymore causes crashing +GAME( 2020, mslug4erd02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Generation 1V2)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4erd03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Gaston90/XiaShuiDaoMeiRenYu/I love Nimes", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Burst Enhanced Version)", MACHINE_SUPPORTS_SAVE ) +GAME( 2018, mslug4lwp01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Gaston90", "Metal Slug 4 (Last Bullet Multi-Function, 2016-10-16 (Prototype))", MACHINE_SUPPORTS_SAVE ) //Edition 2018 +GAME( 2020, mslug4lwp02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Gaston90", "Metal Slug 4 (Last Bullet Multi-Function, 2017-07-27 (Prototype))", MACHINE_SUPPORTS_SAVE ) //Edition 2020 +GAME( 2020, mslug4erms01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Enemies Resetting Multi-Function Version, 2019-04-15)(Revised Version Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE )// Cannot update the current version anymore causes crashing +GAME( 2020, mslug4erms02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Enemies Resetting Multi-Function Version, 2019-04-15)(Revised Version Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE )// Cannot update the current version anymore causes crashing +GAME( 2020, mslug4hqyvs01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Multi-Function Version, 2017-12-25)(Revised Version Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4hqyvs02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],I love Nimes)", "Metal Slug 4 (Multi-Function Version, 2017-12-25)(Revised Version Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Flame Shot Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Flame Shot Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Heavy Machine Gun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Heavy Machine Gun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Laser Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Laser Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Rocket Launcher Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Rocket Launcher Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Shotgun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Big Shotgun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Cannon Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Cannon Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Dual Machine Gun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Dual Machine Gun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Enemy Chaser Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Enemy Chaser Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Satellite Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Satellite Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Super Grenade Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Super Grenade Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Thunder Cloud Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rma22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Revised Version Thunder Cloud Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Flame Shot Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Flame Shot Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Heavy Machine Gun Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Heavy Machine Gun Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Laser Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Laser Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Rocket Launcher Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Rocket Launcher Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Shotgun Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Big Shotgun Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Cannon Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Cannon Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Dual Machine Gun Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Dual Machine Gun Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Enemy Chaser Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Enemy Chaser Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Satellite Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Satellite Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Super Grenade Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Super Grenade Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Thunder Cloud Extreme Remix 1.0, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmb22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Team Remix(Gaston90,Creamymami[EGCG])", "Metal Slug 4 (Last Bullet, 2017-07-27)(Revised Version Thunder Cloud Extreme Remix 1.1, 2020-10-01)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc01, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Flame Shot Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc02, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Flame Shot Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc03, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Heavy Machine Gun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc04, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Heavy Machine Gun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc05, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Laser Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc06, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Laser Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc07, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Rocket Launcher Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc08, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Rocket Launcher Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc09, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Shotgun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc10, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Big Shotgun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc11, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Cannon Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc12, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Cannon Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc13, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Dual Machine Gun Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc14, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Dual Machine Gun Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc15, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Enemy Chaser Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc16, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Enemy Chaser Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc17, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Satellite Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc18, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Satellite Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc19, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Super Grenade Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc20, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Super Grenade Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc21, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Thunder Cloud Extreme Remix 1.0, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) +GAME( 2020, mslug4rmc22, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "Team Remix(Gaston90,XiaShuiDaoMeiRenYu,Shyma.X,Creamymami[EGCG],DDJ,I love Nimes)", "Metal Slug 4 (Enemies Resetting Version, 2020-02-10)(Revised Version Thunder Cloud Extreme Remix 1.1, 2020-10-08)", MACHINE_SUPPORTS_SAVE ) GAME( 2021, mslug4unity, mslug4, neogeo_noslot, neogeo, neogeo_state, init_mslug4hb, ROT0, "hack", "Metal Slug 4 Unity", MACHINE_SUPPORTS_SAVE ) |