summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/aussiebyte.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/aussiebyte.cpp')
-rw-r--r--src/mame/video/aussiebyte.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/aussiebyte.cpp b/src/mame/video/aussiebyte.cpp
index 23de8c9b940..da24476a701 100644
--- a/src/mame/video/aussiebyte.cpp
+++ b/src/mame/video/aussiebyte.cpp
@@ -76,7 +76,7 @@ MC6845_ON_UPDATE_ADDR_CHANGED( aussiebyte_state::crtc_update_addr )
WRITE8_MEMBER( aussiebyte_state::address_w )
{
- m_crtc->address_w( space, 0, data );
+ m_crtc->address_w(data);
m_video_index = data & 0x1f;
@@ -100,7 +100,7 @@ WRITE8_MEMBER( aussiebyte_state::address_w )
WRITE8_MEMBER( aussiebyte_state::register_w )
{
- m_crtc->register_w( space, 0, data );
+ m_crtc->register_w(data);
uint16_t temp = m_alpha_address;
// Get transparent address