summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phoenix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r--src/mame/includes/phoenix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index 4c4508e366a..51c8c7e78a8 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -23,11 +23,11 @@ public:
{
}
- DECLARE_WRITE8_MEMBER(phoenix_videoram_w);
- DECLARE_WRITE8_MEMBER(phoenix_videoreg_w);
- DECLARE_WRITE8_MEMBER(pleiads_videoreg_w);
- DECLARE_WRITE8_MEMBER(phoenix_scroll_w);
- DECLARE_READ8_MEMBER(survival_input_port_0_r);
+ void phoenix_videoram_w(offs_t offset, uint8_t data);
+ void phoenix_videoreg_w(uint8_t data);
+ void pleiads_videoreg_w(uint8_t data);
+ void phoenix_scroll_w(uint8_t data);
+ uint8_t survival_input_port_0_r();
DECLARE_CUSTOM_INPUT_MEMBER(player_input_r);
DECLARE_READ_LINE_MEMBER(pleiads_protection_r);
void init_oneprom();