summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxold.h')
-rw-r--r--src/mame/includes/galaxold.h74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/mame/includes/galaxold.h b/src/mame/includes/galaxold.h
index c080c9dd38e..f4c9f58ef0a 100644
--- a/src/mame/includes/galaxold.h
+++ b/src/mame/includes/galaxold.h
@@ -116,43 +116,43 @@ public:
emu_timer *m_stars_scroll_timer;
struct star_gold m_stars[STAR_COUNT];
- DECLARE_READ8_MEMBER(drivfrcg_port0_r);
- DECLARE_READ8_MEMBER(scrambler_protection_2_r);
- DECLARE_READ8_MEMBER(scramb2_protection_r);
- DECLARE_READ8_MEMBER(scramb2_port0_r);
- DECLARE_READ8_MEMBER(scramb2_port1_r);
- DECLARE_READ8_MEMBER(scramb2_port2_r);
- DECLARE_READ8_MEMBER(hexpoola_data_port_r);
- DECLARE_READ8_MEMBER(bullsdrtg_data_port_r);
- DECLARE_WRITE8_MEMBER(galaxold_nmi_enable_w);
- DECLARE_WRITE8_MEMBER(galaxold_coin_lockout_w);
- DECLARE_WRITE8_MEMBER(galaxold_coin_counter_w);
- DECLARE_WRITE8_MEMBER(galaxold_coin_counter_1_w);
- DECLARE_WRITE8_MEMBER(galaxold_coin_counter_2_w);
- DECLARE_WRITE8_MEMBER(galaxold_leds_w);
- DECLARE_READ8_MEMBER(scramblb_protection_1_r);
- DECLARE_READ8_MEMBER(scramblb_protection_2_r);
- DECLARE_WRITE8_MEMBER(_4in1_bank_w);
- DECLARE_WRITE8_MEMBER(racknrol_tiles_bank_w);
- DECLARE_WRITE8_MEMBER(galaxold_videoram_w);
- DECLARE_READ8_MEMBER(galaxold_videoram_r);
- DECLARE_WRITE8_MEMBER(galaxold_attributesram_w);
- DECLARE_WRITE8_MEMBER(galaxold_flip_screen_x_w);
- DECLARE_WRITE8_MEMBER(galaxold_flip_screen_y_w);
- DECLARE_WRITE8_MEMBER(hotshock_flip_screen_w);
- DECLARE_WRITE8_MEMBER(scrambold_background_enable_w);
- DECLARE_WRITE8_MEMBER(scrambold_background_red_w);
- DECLARE_WRITE8_MEMBER(scrambold_background_green_w);
- DECLARE_WRITE8_MEMBER(scrambold_background_blue_w);
- DECLARE_WRITE8_MEMBER(galaxold_stars_enable_w);
- DECLARE_WRITE8_MEMBER(darkplnt_bullet_color_w);
- DECLARE_WRITE8_MEMBER(galaxold_gfxbank_w);
- DECLARE_WRITE8_MEMBER(rockclim_videoram_w);
- DECLARE_WRITE8_MEMBER(rockclim_scroll_w);
- DECLARE_WRITE8_MEMBER(guttang_rombank_w);
- DECLARE_READ8_MEMBER(rockclim_videoram_r);
- DECLARE_WRITE8_MEMBER(dambustr_bg_split_line_w);
- DECLARE_WRITE8_MEMBER(dambustr_bg_color_w);
+ uint8_t drivfrcg_port0_r();
+ uint8_t scrambler_protection_2_r();
+ uint8_t scramb2_protection_r();
+ uint8_t scramb2_port0_r(offs_t offset);
+ uint8_t scramb2_port1_r(offs_t offset);
+ uint8_t scramb2_port2_r(offs_t offset);
+ uint8_t hexpoola_data_port_r();
+ uint8_t bullsdrtg_data_port_r();
+ void galaxold_nmi_enable_w(uint8_t data);
+ void galaxold_coin_lockout_w(uint8_t data);
+ void galaxold_coin_counter_w(offs_t offset, uint8_t data);
+ void galaxold_coin_counter_1_w(uint8_t data);
+ void galaxold_coin_counter_2_w(uint8_t data);
+ void galaxold_leds_w(offs_t offset, uint8_t data);
+ uint8_t scramblb_protection_1_r();
+ uint8_t scramblb_protection_2_r();
+ void _4in1_bank_w(uint8_t data);
+ void racknrol_tiles_bank_w(offs_t offset, uint8_t data);
+ void galaxold_videoram_w(offs_t offset, uint8_t data);
+ uint8_t galaxold_videoram_r(offs_t offset);
+ void galaxold_attributesram_w(offs_t offset, uint8_t data);
+ void galaxold_flip_screen_x_w(uint8_t data);
+ void galaxold_flip_screen_y_w(uint8_t data);
+ void hotshock_flip_screen_w(uint8_t data);
+ void scrambold_background_enable_w(uint8_t data);
+ void scrambold_background_red_w(uint8_t data);
+ void scrambold_background_green_w(uint8_t data);
+ void scrambold_background_blue_w(uint8_t data);
+ void galaxold_stars_enable_w(uint8_t data);
+ void darkplnt_bullet_color_w(uint8_t data);
+ void galaxold_gfxbank_w(offs_t offset, uint8_t data);
+ void rockclim_videoram_w(offs_t offset, uint8_t data);
+ void rockclim_scroll_w(offs_t offset, uint8_t data);
+ void guttang_rombank_w(uint8_t data);
+ uint8_t rockclim_videoram_r(offs_t offset);
+ void dambustr_bg_split_line_w(uint8_t data);
+ void dambustr_bg_color_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER(galaxold_7474_9m_2_q_callback);
DECLARE_WRITE_LINE_MEMBER(galaxold_7474_9m_1_callback);
uint8_t rescueb_a002_r() { return 0xfc; }