(nw) dbox: missed a typo

This commit is contained in:
Robbbert 2020-04-23 23:58:09 +10:00
parent 8108e3a3f7
commit 6ad90378a3

View File

@ -509,7 +509,7 @@ WRITE8_MEMBER (dbox_state::write_pa){
}
#if LOCALFLASH
/* Lcoal emulation of the 29F800B 8Mbit flashes if the intelflsh bugs, relies on a complete command cycle is done per device, not in parallel */
/* Local emulation of the 29F800B 8Mbit flashes if the intelflsh bugs, relies on a complete command cycle is done per device, not in parallel */
/* TODO: Make a flash device of this and support programming per sector and persistance, as settings etc may be stored in a 8Kb sector */
WRITE16_MEMBER (dbox_state::sysflash_w){
LOGFLASH("%s pc:%08x offset:%08x data:%08x mask:%08x\n", FUNCNAME, m_maincpu->pc(), offset, data, mem_mask);