mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
A farewell to machine_config_constructor (nw)
This commit is contained in:
parent
1ffe721b0f
commit
0182f6150c
@ -56,10 +56,6 @@
|
|||||||
#include "romload.h"
|
#include "romload.h"
|
||||||
#include "save.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
|
// I/O
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "ioport.h"
|
#include "ioport.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user