summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r--src/mame/includes/model1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index c89e12463e0..ec5e4321ebf 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -60,8 +60,8 @@ public:
}
// Machine
- DECLARE_MACHINE_START(model1);
- DECLARE_MACHINE_RESET(model1);
+ void machine_start_model1() ATTR_COLD;
+ void machine_reset_model1();
DECLARE_READ8_MEMBER(io_r);
DECLARE_WRITE8_MEMBER(io_w);
@@ -122,7 +122,7 @@ public:
DECLARE_WRITE8_MEMBER(r360_w);
// Rendering
- DECLARE_VIDEO_START(model1);
+ void video_start_model1() ATTR_COLD;
DECLARE_READ16_MEMBER(model1_listctl_r);
DECLARE_WRITE16_MEMBER(model1_listctl_w);