summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.h
diff options
context:
space:
mode:
author Ted Green <tedgreen99@inbox.com>2016-05-18 17:39:44 -0600
committer Ted Green <tedgreen99@inbox.com>2016-05-18 17:39:55 -0600
commit815aef91a11cbd26d0105d923c64812dddcdd52e (patch)
treebf31c2546cd2607c4fcaa1d3060480a8f7df4657 /src/devices/video/voodoo.h
parenta4e54c777c0dc27e2d66ea6c095bdaecd9c0b4dd (diff)
(nw) Fixed up PCI VGA legacy register mapping
Diffstat (limited to 'src/devices/video/voodoo.h')
-rw-r--r--src/devices/video/voodoo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/voodoo.h b/src/devices/video/voodoo.h
index 6a0625db490..9fc41b6b533 100644
--- a/src/devices/video/voodoo.h
+++ b/src/devices/video/voodoo.h
@@ -1918,14 +1918,14 @@ public:
DECLARE_READ32_MEMBER( banshee_io_r );
DECLARE_WRITE32_MEMBER( banshee_io_w );
DECLARE_READ32_MEMBER( banshee_rom_r );
+ DECLARE_READ8_MEMBER(banshee_vga_r);
+ DECLARE_WRITE8_MEMBER(banshee_vga_w);
protected:
// device-level overrides
virtual void device_start() override;
DECLARE_READ32_MEMBER( banshee_agp_r );
DECLARE_WRITE32_MEMBER( banshee_agp_w );
- DECLARE_READ8_MEMBER( banshee_vga_r );
- DECLARE_WRITE8_MEMBER( banshee_vga_w );
};
extern const device_type VOODOO_BANSHEE;