mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
alesqs7: Was added as a new driver back in May, but forgotten to be added to mame.lst (nw)
This commit is contained in:
parent
2bf93a51e8
commit
6863c5a866
@ -42,7 +42,7 @@ static INPUT_PORTS_START( qs7 )
|
|||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
static ADDRESS_MAP_START( qs7_prog_map, AS_PROGRAM, 16, qs_state )
|
static ADDRESS_MAP_START( qs7_prog_map, AS_PROGRAM, 16, qs_state )
|
||||||
ADDRESS_MAP_GLOBAL_MASK(0x3ffff)
|
//ADDRESS_MAP_GLOBAL_MASK(0x3ffff)
|
||||||
AM_RANGE(0x00000, 0x3ffff) AM_ROM
|
AM_RANGE(0x00000, 0x3ffff) AM_ROM
|
||||||
ADDRESS_MAP_END
|
ADDRESS_MAP_END
|
||||||
|
|
||||||
|
@ -936,6 +936,9 @@ hr16b //
|
|||||||
mmt8 //
|
mmt8 //
|
||||||
sr16 //
|
sr16 //
|
||||||
|
|
||||||
|
@source:alesis_qs.cpp
|
||||||
|
alesqs7 //
|
||||||
|
|
||||||
@source:alg.cpp
|
@source:alg.cpp
|
||||||
alg_bios //
|
alg_bios //
|
||||||
aplatoon // (c) 199? Nova?
|
aplatoon // (c) 199? Nova?
|
||||||
|
Loading…
Reference in New Issue
Block a user