summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apple2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/apple2.h')
-rw-r--r--src/mame/includes/apple2.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mame/includes/apple2.h b/src/mame/includes/apple2.h
index ed7bf1c15de..b88d02703ab 100644
--- a/src/mame/includes/apple2.h
+++ b/src/mame/includes/apple2.h
@@ -330,20 +330,20 @@ public:
write8_delegate wd_inh_d000;
read8_delegate rd_inh_e000;
write8_delegate wd_inh_e000;
- void machine_start_apple2orig() ATTR_COLD;
- void machine_start_apple2e() ATTR_COLD;
- void machine_start_apple2c() ATTR_COLD;
- void machine_start_apple2cp() ATTR_COLD;
- void machine_start_tk2000() ATTR_COLD;
- void machine_start_tk3000() ATTR_COLD;
- void machine_start_laser128() ATTR_COLD;
- void machine_start_space84() ATTR_COLD;
- void machine_start_laba2p() ATTR_COLD;
- void video_start_apple2() ATTR_COLD;
+ DECLARE_MACHINE_START(apple2orig);
+ DECLARE_MACHINE_START(apple2e);
+ DECLARE_MACHINE_START(apple2c);
+ DECLARE_MACHINE_START(apple2cp);
+ DECLARE_MACHINE_START(tk2000);
+ DECLARE_MACHINE_START(tk3000);
+ DECLARE_MACHINE_START(laser128);
+ DECLARE_MACHINE_START(space84);
+ DECLARE_MACHINE_START(laba2p);
+ DECLARE_VIDEO_START(apple2);
DECLARE_PALETTE_INIT(apple2);
- void video_start_apple2p() ATTR_COLD;
- void video_start_apple2e() ATTR_COLD;
- void video_start_apple2c() ATTR_COLD;
+ DECLARE_VIDEO_START(apple2p);
+ DECLARE_VIDEO_START(apple2e);
+ DECLARE_VIDEO_START(apple2c);
uint32_t screen_update_apple2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(apple2_interrupt);
DECLARE_WRITE_LINE_MEMBER(a2bus_irq_w);