summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/skeleton/pdt3100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/skeleton/pdt3100.cpp')
-rw-r--r--src/mame/skeleton/pdt3100.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/skeleton/pdt3100.cpp b/src/mame/skeleton/pdt3100.cpp
index 5d1d0994568..8a27fc18ccb 100644
--- a/src/mame/skeleton/pdt3100.cpp
+++ b/src/mame/skeleton/pdt3100.cpp
@@ -36,8 +36,8 @@ public:
void pdt3100(machine_config &config);
private:
- void mem_map(address_map &map);
- void io_map(address_map &map);
+ void mem_map(address_map &map) ATTR_COLD;
+ void io_map(address_map &map) ATTR_COLD;
required_device<v25_device> m_maincpu;
};
@@ -79,4 +79,4 @@ ROM_END
} // anonymous namespace
-COMP(1998, pdt3100, 0, 0, pdt3100, pdt3100, pdt3100_state, empty_init, "Symbol", "PDT 3100 (v1.10-00)", MACHINE_IS_SKELETON)
+COMP(1998, pdt3100, 0, 0, pdt3100, pdt3100, pdt3100_state, empty_init, "Symbol", "PDT 3100 (v1.10-00)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING)