mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
protected base member nonsense (nw)
This commit is contained in:
parent
0a12fa3d82
commit
7986d3cb2c
@ -221,7 +221,7 @@ MACHINE_CONFIG_START(photon_state::photon)
|
||||
MCFG_SCREEN_PALETTE("palette")
|
||||
|
||||
MCFG_PALETTE_ADD("palette", 16)
|
||||
MCFG_PALETTE_INIT_OWNER(pk8000_base_state, pk8000)
|
||||
MCFG_PALETTE_INIT_OWNER(photon_state, pk8000)
|
||||
|
||||
i8255_device &ppi1(I8255(config, "ppi8255_1"));
|
||||
ppi1.out_pa_callback().set(FUNC(photon_state::_80_porta_w));
|
||||
|
Loading…
Reference in New Issue
Block a user