summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tx1.h')
-rw-r--r--src/mame/includes/tx1.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/tx1.h b/src/mame/includes/tx1.h
index 1d5d175e6fc..58e8a081144 100644
--- a/src/mame/includes/tx1.h
+++ b/src/mame/includes/tx1.h
@@ -195,13 +195,13 @@ public:
DECLARE_WRITE8_MEMBER(bb_coin_cnt_w);
DECLARE_READ8_MEMBER(tx1_ppi_porta_r);
DECLARE_READ8_MEMBER(tx1_ppi_portb_r);
- void machine_reset_tx1();
- void video_start_tx1() ATTR_COLD;
+ DECLARE_MACHINE_RESET(tx1);
+ DECLARE_VIDEO_START(tx1);
DECLARE_PALETTE_INIT(tx1);
- void machine_reset_buggyboy();
- void video_start_buggyboy() ATTR_COLD;
+ DECLARE_MACHINE_RESET(buggyboy);
+ DECLARE_VIDEO_START(buggyboy);
DECLARE_PALETTE_INIT(buggyboy);
- void video_start_buggybjr() ATTR_COLD;
+ DECLARE_VIDEO_START(buggybjr);
void tx1_draw_char(uint8_t *bitmap);
void tx1_draw_road_pixel(int screen, uint8_t *bmpaddr,