A farewell to machine_config_constructor (nw)

This commit is contained in:
AJR 2018-01-26 03:45:04 -05:00
parent 1ffe721b0f
commit 0182f6150c

View File

@ -56,10 +56,6 @@
#include "romload.h"
#include "save.h"
// define machine_config_constructor here due to circular dependency
// between devices and the machine config
typedef void (*machine_config_constructor)(machine_config &config, device_t *owner, device_t *device);
// I/O
#include "input.h"
#include "ioport.h"