mamedev / mame

MAME
https://www.mamedev.org/
Other
8.07k stars 2.01k forks source link

devices\cpu\z180\z180.cpp: Z180_DMODE_MMOD wrong value #2039

Closed BartmanAbyss closed 7 years ago

BartmanAbyss commented 7 years ago

line 632: #define Z180_DMODE_MMOD 0x04 is wrong #define Z180_DMODE_MMOD 0x02 is correct (see Z180 datasheet page 64)

startaq commented 7 years ago

Fixed in commit ea734065.