diff options
author | 2018-08-23 18:34:05 +0200 | |
---|---|---|
committer | 2018-08-23 18:34:21 +0200 | |
commit | f10c6be54ff10fe557388f4e1d7fe3b648782b21 (patch) | |
tree | 24c452f1943990bbb683220b4b71315a89e7926f /src/devices/video/pc_vga.cpp | |
parent | 5d5a94e3d7bd1e7b4a3d66f68fb20fc4259480b5 (diff) |
ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Removed MCFG, nw
Diffstat (limited to 'src/devices/video/pc_vga.cpp')
-rw-r--r-- | src/devices/video/pc_vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/pc_vga.cpp b/src/devices/video/pc_vga.cpp index 78575c56e7d..1040c0da789 100644 --- a/src/devices/video/pc_vga.cpp +++ b/src/devices/video/pc_vga.cpp @@ -2222,7 +2222,7 @@ WRITE8_MEMBER(vga_device::mem_linear_w) MACHINE_CONFIG_START(ati_vga_device::device_add_mconfig) MCFG_MACH8_ADD_OWNER("8514a") - MCFG_DEVICE_ADD("ati_eeprom", EEPROM_SERIAL_93C46_16BIT) + EEPROM_93C46_16BIT(config, "ati_eeprom"); MACHINE_CONFIG_END MACHINE_CONFIG_START(s3_vga_device::device_add_mconfig) |