diff options
Diffstat (limited to 'src/devices/machine/i82371sb.cpp')
-rw-r--r-- | src/devices/machine/i82371sb.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/i82371sb.cpp b/src/devices/machine/i82371sb.cpp index ad96c2099ca..a53dfea077f 100644 --- a/src/devices/machine/i82371sb.cpp +++ b/src/devices/machine/i82371sb.cpp @@ -164,7 +164,6 @@ MACHINE_CONFIG_START(i82371sb_isa_device::device_add_mconfig) MCFG_SCREEN_RAW_PARAMS(XTAL(25'174'800),900,0,640,526,0,480) MCFG_SCREEN_UPDATE_DEVICE("vga", vga_device, screen_update) - MCFG_PALETTE_ADD("palette", 0x100) MCFG_DEVICE_ADD("vga", VGA, 0) MCFG_VIDEO_SET_SCREEN("screen") // end-VGA-HACK |