mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
missing an #if 0
This commit is contained in:
parent
cc5f71a1be
commit
20b78c3ae5
@ -832,6 +832,7 @@ static WRITE32_HANDLER( dl_w )
|
|||||||
// mame_printf_debug("dl W (%08x) : %.8x %.8x\n", cpu_get_pc(space->cpu), offset, hng64_dl[offset]) ;
|
// mame_printf_debug("dl W (%08x) : %.8x %.8x\n", cpu_get_pc(space->cpu), offset, hng64_dl[offset]) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static READ32_HANDLER( dl_r )
|
static READ32_HANDLER( dl_r )
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -840,6 +841,7 @@ static READ32_HANDLER( dl_r )
|
|||||||
// usrintf_showmessage("dl R (%08x) : %x %x", cpu_get_pc(space->cpu), offset, hng64_dl[offset]) ;
|
// usrintf_showmessage("dl R (%08x) : %x %x", cpu_get_pc(space->cpu), offset, hng64_dl[offset]) ;
|
||||||
return hng64_dl[offset] ;
|
return hng64_dl[offset] ;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// A read at 0x20300217 ONLY happens if there are more display lists than what are readily available.
|
// A read at 0x20300217 ONLY happens if there are more display lists than what are readily available.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user