From 6ad90378a31f5aeb9aa18173a4433a72c01c1049 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 23 Apr 2020 23:58:09 +1000 Subject: [PATCH] (nw) dbox: missed a typo --- src/mame/drivers/dbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);