summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hp1ll3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hp1ll3.cpp')
-rw-r--r--src/devices/video/hp1ll3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/hp1ll3.cpp b/src/devices/video/hp1ll3.cpp
index e376aa48b1f..9a1952d8c25 100644
--- a/src/devices/video/hp1ll3.cpp
+++ b/src/devices/video/hp1ll3.cpp
@@ -850,7 +850,7 @@ uint32_t hp1ll3_device::screen_update(screen_device &screen, bitmap_ind16 &bitma
* offset 2: data
*/
-READ8_MEMBER( hp1ll3_device::read )
+uint8_t hp1ll3_device::read(offs_t offset)
{
uint8_t data = 0;
@@ -964,7 +964,7 @@ READ8_MEMBER( hp1ll3_device::read )
// write - register write
//-------------------------------------------------
-WRITE8_MEMBER( hp1ll3_device::write )
+void hp1ll3_device::write(offs_t offset, uint8_t data)
{
DBG_LOG(1,"HPGPU", ("W @ %d <- %02x\n", offset, data));