summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa.h
diff options
context:
space:
mode:
author mahlemiut <mahlemiut@users.noreply.github.com>2012-08-26 00:15:06 +0000
committer mahlemiut <mahlemiut@users.noreply.github.com>2012-08-26 00:15:06 +0000
commit390362ac6e885fdc89039a617bd02461afee3fdb (patch)
treea020629b936c9cfcabfdb9f8ed586b4081bf3693 /src/mess/machine/isa.h
parent5895fb0137a085a3886ff5245b38a9a78d96de1b (diff)
(MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit wide registers, and can only be used on AT systems. (no whatsnew)
Diffstat (limited to 'src/mess/machine/isa.h')
-rw-r--r--src/mess/machine/isa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/machine/isa.h b/src/mess/machine/isa.h
index 5e5599f90e8..8cbbe6b06c5 100644
--- a/src/mess/machine/isa.h
+++ b/src/mess/machine/isa.h
@@ -294,6 +294,7 @@ public:
void install16_device(device_t *dev, offs_t start, offs_t end, offs_t mask, offs_t mirror, read16_device_func rhandler, const char* rhandler_name, write16_device_func whandler, const char *whandler_name);
void install16_device(offs_t start, offs_t end, offs_t mask, offs_t mirror, read16_delegate rhandler, write16_delegate whandler);
+ void install16_device(offs_t start, offs_t end, offs_t mask, offs_t mirror, read16_space_func rhandler, const char* rhandler_name, write16_space_func whandler, const char *whandler_name);
DECLARE_WRITE_LINE_MEMBER( irq10_w );
DECLARE_WRITE_LINE_MEMBER( irq11_w );