summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/micro3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/micro3d.h')
-rw-r--r--src/mame/includes/micro3d.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/mame/includes/micro3d.h b/src/mame/includes/micro3d.h
index c7049a61a58..07456d4d574 100644
--- a/src/mame/includes/micro3d.h
+++ b/src/mame/includes/micro3d.h
@@ -154,25 +154,25 @@ private:
DECLARE_WRITE8_MEMBER(vgb_uart_w);
DECLARE_READ8_MEMBER(vgb_uart_r);
- DECLARE_WRITE32_MEMBER(micro3d_mac1_w);
- DECLARE_READ32_MEMBER(micro3d_mac2_r);
- DECLARE_WRITE32_MEMBER(micro3d_mac2_w);
- DECLARE_READ16_MEMBER(micro3d_encoder_h_r);
- DECLARE_READ16_MEMBER(micro3d_encoder_l_r);
+ void micro3d_mac1_w(uint32_t data);
+ uint32_t micro3d_mac2_r();
+ void micro3d_mac2_w(uint32_t data);
+ uint16_t micro3d_encoder_h_r();
+ uint16_t micro3d_encoder_l_r();
uint8_t adc_volume_r();
- DECLARE_READ16_MEMBER(botss_140000_r);
- DECLARE_READ16_MEMBER(botss_180000_r);
- DECLARE_WRITE16_MEMBER(micro3d_reset_w);
- DECLARE_WRITE16_MEMBER(host_drmath_int_w);
- DECLARE_WRITE32_MEMBER(micro3d_shared_w);
- DECLARE_READ32_MEMBER(micro3d_shared_r);
- DECLARE_WRITE32_MEMBER(drmath_int_w);
- DECLARE_WRITE32_MEMBER(drmath_intr2_ack);
- DECLARE_WRITE16_MEMBER(micro3d_creg_w);
- DECLARE_WRITE16_MEMBER(micro3d_xfer3dk_w);
- DECLARE_WRITE32_MEMBER(micro3d_fifo_w);
- DECLARE_WRITE32_MEMBER(micro3d_alt_fifo_w);
- DECLARE_READ32_MEMBER(micro3d_pipe_r);
+ uint16_t botss_140000_r();
+ uint16_t botss_180000_r();
+ void micro3d_reset_w(uint16_t data);
+ void host_drmath_int_w(uint16_t data);
+ void micro3d_shared_w(offs_t offset, uint32_t data);
+ uint32_t micro3d_shared_r(offs_t offset);
+ void drmath_int_w(uint32_t data);
+ void drmath_intr2_ack(uint32_t data);
+ void micro3d_creg_w(uint16_t data);
+ void micro3d_xfer3dk_w(uint16_t data);
+ void micro3d_fifo_w(uint32_t data);
+ void micro3d_alt_fifo_w(uint32_t data);
+ uint32_t micro3d_pipe_r();
DECLARE_WRITE8_MEMBER(micro3d_snd_dac_a);
DECLARE_WRITE8_MEMBER(micro3d_snd_dac_b);
void micro3d_sound_p1_w(uint8_t data);