diff --git a/src/mame/drivers/dbox.cpp b/src/mame/drivers/dbox.cpp index 214e5e0e829..0cf929923ee 100644 --- a/src/mame/drivers/dbox.cpp +++ b/src/mame/drivers/dbox.cpp @@ -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);