mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Just some MESS drivers nobody cares about (nw)
This commit is contained in:
parent
e288475fd7
commit
fc8c461aca
@ -293,7 +293,7 @@ READ8_MEMBER(apple2_state::apple2_c0xx_r)
|
|||||||
{
|
{
|
||||||
if(!space.debugger_access())
|
if(!space.debugger_access())
|
||||||
{
|
{
|
||||||
static read8_delegate handlers[] =
|
read8_delegate handlers[] =
|
||||||
{
|
{
|
||||||
read8_delegate(FUNC(apple2_state::apple2_c00x_r), this),
|
read8_delegate(FUNC(apple2_state::apple2_c00x_r), this),
|
||||||
read8_delegate(FUNC(apple2_state::apple2_c01x_r), this),
|
read8_delegate(FUNC(apple2_state::apple2_c01x_r), this),
|
||||||
@ -321,7 +321,7 @@ READ8_MEMBER(apple2_state::apple2_c0xx_r)
|
|||||||
|
|
||||||
WRITE8_MEMBER(apple2_state::apple2_c0xx_w)
|
WRITE8_MEMBER(apple2_state::apple2_c0xx_w)
|
||||||
{
|
{
|
||||||
static write8_delegate handlers[] =
|
write8_delegate handlers[] =
|
||||||
{
|
{
|
||||||
write8_delegate(FUNC(apple2_state::apple2_c00x_w), this),
|
write8_delegate(FUNC(apple2_state::apple2_c00x_w), this),
|
||||||
write8_delegate(FUNC(apple2_state::apple2_c01x_w), this),
|
write8_delegate(FUNC(apple2_state::apple2_c01x_w), this),
|
||||||
|
Loading…
Reference in New Issue
Block a user