mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
FIx a silly mistake
This commit is contained in:
@@ -1337,7 +1337,7 @@ mem_read(uint32_t addr, void *priv)
|
||||
}
|
||||
break;
|
||||
|
||||
case ST506_XT_TYPE_WDXT_GEN /* WDXT-GEN */
|
||||
case ST506_XT_TYPE_WDXT_GEN: /* WDXT-GEN */
|
||||
if (addr >= 0x002000) {
|
||||
#ifdef ENABLE_ST506_XT_LOG
|
||||
st506_xt_log("ST506: WDXT-GEN ROM access(0x%06lx)\n", addr);
|
||||
|
||||
Reference in New Issue
Block a user