mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
mess stuff isn't compiled by default, and I wasn't using a combined build, so I missed this user, sorry. May as well fix it until final locations etc. are decided.
This commit is contained in:
parent
24f917c14c
commit
a78a26db4a
@ -16,7 +16,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/68340.h"
|
||||
#include "sound/es5506.h"
|
||||
|
||||
#include "machine/esqvfd.h"
|
||||
@ -30,7 +30,7 @@ public:
|
||||
m_sq1vfd(*this, "sq1vfd")
|
||||
{ }
|
||||
|
||||
required_device<m68340_device> m_maincpu;
|
||||
required_device<m68340cpu_device> m_maincpu;
|
||||
required_device<esq2x40_sq1_t> m_sq1vfd;
|
||||
|
||||
virtual void machine_reset();
|
||||
|
@ -380,6 +380,8 @@ MACHINES += LDV1000
|
||||
MACHINES += LDVP931
|
||||
MACHINES += LINFLASH
|
||||
MACHINES += M6M80011AP
|
||||
MACHINES += M68307
|
||||
MACHINES += M68340
|
||||
MACHINES += MATSUCD
|
||||
MACHINES += MB14241
|
||||
MACHINES += MB3773
|
||||
|
Loading…
Reference in New Issue
Block a user