remove outdated comment (nw)

This commit is contained in:
Lord-Nightmare 2016-03-09 03:27:08 -05:00
parent b4bad6cfaa
commit 92473ff3c1

View File

@ -380,7 +380,6 @@ WRITE16_MEMBER( notetaker_state::EIAChipReset_w )
/* These next two members are memory map related for the iocpu */
/* TODO: not only are these extremely slow, they don't work properly as they do not respect byte writes vs word writes to addresses */
READ16_MEMBER(notetaker_state::iocpu_r)
{
UINT16 *rom = (UINT16 *)(memregion("iocpu")->base());