From 2564824e17ac42350c83d81d947945c3167a0406 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 20 Sep 2022 15:14:27 +1000 Subject: Updated mess.flt --- src/mame/mess.flt | 2 ++ src/mame/nintendo/nes_m8.cpp | 6 +++--- src/mame/nintendo/nes_m82.cpp | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mame/mess.flt b/src/mame/mess.flt index 65c2b337221..ca97a1e5f69 100644 --- a/src/mame/mess.flt +++ b/src/mame/mess.flt @@ -551,6 +551,8 @@ nintendo/n64.cpp nintendo/nds.cpp nintendo/nes.cpp nintendo/nes_clone.cpp +nintendo/nes_m8.cpp +nintendo/nes_m82.cpp nintendo/nes_sh6578.cpp nintendo/nes_vt02_vt03.cpp nintendo/nes_vt09.cpp diff --git a/src/mame/nintendo/nes_m8.cpp b/src/mame/nintendo/nes_m8.cpp index f203e3e0e72..a5bf9fcc766 100644 --- a/src/mame/nintendo/nes_m8.cpp +++ b/src/mame/nintendo/nes_m8.cpp @@ -843,6 +843,6 @@ ROM_END } // anonymous namespace -GAME( 1986, nesm8, 0, nes_m8, nes_m8, m8_state, empty_init, ROT0, "Nintendo", "M8 Game Selectable Working Product Display (US, set 1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) -GAME( 1986, nesm8a, nesm8, nes_m8, nes_m8a, m8_state, empty_init, ROT0, "Nintendo", "M8 Game Selectable Working Product Display (US, set 2)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) -GAME( 1986, nesm8b, nesm8, nes_m8, nes_m8b, m8_state, empty_init, ROT0, "Nintendo", "M8 Game Selectable Working Product Display (US, set 3)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) +CONS( 1986, nesm8, 0, 0, nes_m8, nes_m8, m8_state, empty_init, "Nintendo", "M8 Game Selectable Working Product Display (US, set 1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) +CONS( 1986, nesm8a, nesm8, 0, nes_m8, nes_m8a, m8_state, empty_init, "Nintendo", "M8 Game Selectable Working Product Display (US, set 2)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) +CONS( 1986, nesm8b, nesm8, 0, nes_m8, nes_m8b, m8_state, empty_init, "Nintendo", "M8 Game Selectable Working Product Display (US, set 3)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) diff --git a/src/mame/nintendo/nes_m82.cpp b/src/mame/nintendo/nes_m82.cpp index 1622da56336..ade23b1b83c 100644 --- a/src/mame/nintendo/nes_m82.cpp +++ b/src/mame/nintendo/nes_m82.cpp @@ -232,4 +232,4 @@ ROM_END } // anonymous namespace -GAME( 1986, m82, 0, nes_m82, nes_m82, m82_state, empty_init, ROT0, "Nintendo", "M82 Game Selectable Working Product Display", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NOT_WORKING ) +CONS( 1986, m82, 0, 0, nes_m82, nes_m82, m82_state, empty_init, "Nintendo", "M82 Game Selectable Working Product Display", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NOT_WORKING ) -- cgit v1.2.3