diff options
Diffstat (limited to 'src/mame/sega/digamart.cpp')
-rw-r--r-- | src/mame/sega/digamart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/sega/digamart.cpp b/src/mame/sega/digamart.cpp index 58702a54f5d..ce04c1b1e23 100644 --- a/src/mame/sega/digamart.cpp +++ b/src/mame/sega/digamart.cpp @@ -47,7 +47,7 @@ public: private: required_device<cpu_device> m_maincpu; - void program_map(address_map &map); + void program_map(address_map &map) ATTR_COLD; }; @@ -134,4 +134,4 @@ ROM_END } // anonymous namespace -GAME( 1983, digamart, 0, digamart, digamart, digamart_state, empty_init, ROT0, "Sega", "Diga Mart (rev. A)", MACHINE_IS_SKELETON_MECHANICAL ) +GAME( 1983, digamart, 0, digamart, digamart, digamart_state, empty_init, ROT0, "Sega", "Diga Mart (rev. A)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK ) |