summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/genpc.c
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/drivers/genpc.c
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/drivers/genpc.c')
-rw-r--r--src/mess/drivers/genpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/genpc.c b/src/mess/drivers/genpc.c
index a8e30ecf92e..636db98d8ca 100644
--- a/src/mess/drivers/genpc.c
+++ b/src/mess/drivers/genpc.c
@@ -97,7 +97,6 @@ static SLOT_INTERFACE_START(pc_isa8_cards)
SLOT_INTERFACE("mda", ISA8_MDA)
SLOT_INTERFACE("ega", ISA8_EGA)
SLOT_INTERFACE("svga_et4k", ISA8_SVGA_ET4K)
- SLOT_INTERFACE("svga_s3",ISA8_SVGA_S3)
SLOT_INTERFACE("com", ISA8_COM)
SLOT_INTERFACE("fdc", ISA8_FDC)
SLOT_INTERFACE("finalchs", ISA8_FINALCHS)