summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc9801.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc9801.h')
-rw-r--r--src/mame/includes/pc9801.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/includes/pc9801.h b/src/mame/includes/pc9801.h
index 02d2752a471..a65e61f435e 100644
--- a/src/mame/includes/pc9801.h
+++ b/src/mame/includes/pc9801.h
@@ -261,16 +261,16 @@ private:
UPD7220_DISPLAY_PIXELS_MEMBER( hgdc_display_pixels );
UPD7220_DRAW_TEXT_LINE_MEMBER( hgdc_draw_text );
- void machine_start_pc9801_common() ATTR_COLD;
- void machine_start_pc9801f() ATTR_COLD;
- void machine_start_pc9801rs() ATTR_COLD;
- void machine_start_pc9801bx2() ATTR_COLD;
- void machine_start_pc9821() ATTR_COLD;
- void machine_start_pc9821ap2() ATTR_COLD;
- void machine_reset_pc9801_common();
- void machine_reset_pc9801f();
- void machine_reset_pc9801rs();
- void machine_reset_pc9821();
+ DECLARE_MACHINE_START(pc9801_common);
+ DECLARE_MACHINE_START(pc9801f);
+ DECLARE_MACHINE_START(pc9801rs);
+ DECLARE_MACHINE_START(pc9801bx2);
+ DECLARE_MACHINE_START(pc9821);
+ DECLARE_MACHINE_START(pc9821ap2);
+ DECLARE_MACHINE_RESET(pc9801_common);
+ DECLARE_MACHINE_RESET(pc9801f);
+ DECLARE_MACHINE_RESET(pc9801rs);
+ DECLARE_MACHINE_RESET(pc9821);
DECLARE_PALETTE_INIT(pc9801);
DECLARE_WRITE_LINE_MEMBER(vrtc_irq);