summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mconfig.c')
-rw-r--r--src/emu/mconfig.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/emu/mconfig.c b/src/emu/mconfig.c
index 7ed1a5e7379..cc40d2e46e1 100644
--- a/src/emu/mconfig.c
+++ b/src/emu/mconfig.c
@@ -50,26 +50,16 @@
//-------------------------------------------------
machine_config::machine_config(machine_config_constructor constructor)
- : m_driver_data_alloc(NULL),
- m_minimum_quantum(attotime_zero),
+ : m_minimum_quantum(attotime_zero),
m_perfect_cpu_quantum(NULL),
m_watchdog_vblank_count(0),
m_watchdog_time(attotime_zero),
- m_machine_start(NULL),
- m_machine_reset(NULL),
m_nvram_handler(NULL),
m_memcard_handler(NULL),
m_video_attributes(0),
m_gfxdecodeinfo(NULL),
m_total_colors(0),
m_default_layout(NULL),
- m_init_palette(NULL),
- m_video_start(NULL),
- m_video_reset(NULL),
- m_video_eof(NULL),
- m_video_update(NULL),
- m_sound_start(NULL),
- m_sound_reset(NULL),
m_parse_level(0)
{
// construct the config