mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fixed regression in falcon30, falcon40, tt030, tt030_de, tt030_fr,
tt030_pl, tt030_uk drivers due to the wrong driver class being used. nw.
This commit is contained in:
parent
2efe4c6553
commit
a7184aa5a3
@ -2453,7 +2453,7 @@ MACHINE_CONFIG_END
|
||||
// MACHINE_CONFIG( tt030 )
|
||||
//-------------------------------------------------
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( tt030, st )
|
||||
static MACHINE_CONFIG_DERIVED( tt030, ste )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
@ -2461,7 +2461,7 @@ MACHINE_CONFIG_END
|
||||
// MACHINE_CONFIG( falcon )
|
||||
//-------------------------------------------------
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( falcon, st )
|
||||
static MACHINE_CONFIG_DERIVED( falcon, ste )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
@ -2469,7 +2469,7 @@ MACHINE_CONFIG_END
|
||||
// MACHINE_CONFIG( falcon40 )
|
||||
//-------------------------------------------------
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( falcon40, st )
|
||||
static MACHINE_CONFIG_DERIVED( falcon40, ste )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user