summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-06-07 21:48:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-06-07 21:49:11 +0200
commitb66e57a15c28847d8ecda49fbe1c8cecf2af1d4f (patch)
tree2b0911e685f555782b812b1f9ea252c411f75af1 /src/devices/video
parent6bc839999ca1b3b325c77058cdc62a7f26030714 (diff)
Removed nearly all custom MCFG macros from eepromser, migrated more of policetr to newer syntax, nw
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/ef9369.cpp1
-rw-r--r--src/devices/video/pc_vga.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/ef9369.cpp b/src/devices/video/ef9369.cpp
index 2a00ff76de3..fa2e1eb3456 100644
--- a/src/devices/video/ef9369.cpp
+++ b/src/devices/video/ef9369.cpp
@@ -11,6 +11,7 @@
#include <algorithm>
+/*static*/ constexpr int ef9369_device::NUMCOLORS;
//**************************************************************************
// DEVICE DEFINITIONS
diff --git a/src/devices/video/pc_vga.cpp b/src/devices/video/pc_vga.cpp
index f7da6fded14..86385b658cd 100644
--- a/src/devices/video/pc_vga.cpp
+++ b/src/devices/video/pc_vga.cpp
@@ -2219,7 +2219,7 @@ WRITE8_MEMBER(vga_device::mem_linear_w)
MACHINE_CONFIG_START(ati_vga_device::device_add_mconfig)
MCFG_MACH8_ADD_OWNER("8514a")
- MCFG_EEPROM_SERIAL_93C46_ADD("ati_eeprom")
+ MCFG_DEVICE_ADD("ati_eeprom", EEPROM_SERIAL_93C46_16BIT)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(s3_vga_device::device_add_mconfig)