mirror of
https://github.com/holub/mame
synced 2025-05-04 21:43:05 +03:00
Fix crash in ccasino - ojankohs.c (no whatsnew)
This commit is contained in:
parent
46c6f676b0
commit
1361a43a67
@ -259,7 +259,7 @@ static ADDRESS_MAP_START( ccasino_io_map, AS_IO, 8 )
|
||||
AM_RANGE(0x05, 0x05) AM_WRITE(ojankohs_msm5205_w)
|
||||
AM_RANGE(0x06, 0x06) AM_DEVREAD("aysnd", ay8910_r)
|
||||
AM_RANGE(0x06, 0x07) AM_DEVWRITE("aysnd", ay8910_data_address_w)
|
||||
AM_RANGE(0x08, 0x0f) AM_WRITE(ccasino_palette_w) // 16bit address access
|
||||
AM_RANGE(0x08, 0x0f) AM_WRITE(ccasino_palette_w) AM_BASE_MEMBER(ojankohs_state,m_paletteram) // 16bit address access
|
||||
AM_RANGE(0x10, 0x10) AM_WRITENOP
|
||||
AM_RANGE(0x11, 0x11) AM_WRITENOP
|
||||
ADDRESS_MAP_END
|
||||
|
Loading…
Reference in New Issue
Block a user