mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
(nw) dbox: missed a typo
This commit is contained in:
parent
8108e3a3f7
commit
6ad90378a3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user