summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spectrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spectrum.h')
-rw-r--r--src/mame/includes/spectrum.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/spectrum.h b/src/mame/includes/spectrum.h
index d27370207e4..015478568ac 100644
--- a/src/mame/includes/spectrum.h
+++ b/src/mame/includes/spectrum.h
@@ -160,15 +160,15 @@ public:
void init_spectrum();
void init_plus2();
void init_plus3();
- void machine_reset_spectrum();
- void video_start_spectrum() ATTR_COLD;
+ DECLARE_MACHINE_RESET(spectrum);
+ DECLARE_VIDEO_START(spectrum);
DECLARE_PALETTE_INIT(spectrum);
- void machine_reset_tc2048();
- void video_start_spectrum_128() ATTR_COLD;
- void machine_reset_spectrum_128();
- void machine_reset_spectrum_plus3();
- void machine_reset_ts2068();
- void video_start_ts2068() ATTR_COLD;
+ DECLARE_MACHINE_RESET(tc2048);
+ DECLARE_VIDEO_START(spectrum_128);
+ DECLARE_MACHINE_RESET(spectrum_128);
+ DECLARE_MACHINE_RESET(spectrum_plus3);
+ DECLARE_MACHINE_RESET(ts2068);
+ DECLARE_VIDEO_START(ts2068);
uint32_t screen_update_spectrum(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_tc2048(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ts2068(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);