mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Small update needed for MESS (no whatsnew)
This commit is contained in:
parent
639429f210
commit
f58ac32efe
@ -483,7 +483,7 @@ WRITE32_HANDLER(archimedes_ioc_w)
|
||||
else if (offset == 0xd40010)
|
||||
{
|
||||
// latch B
|
||||
wd17xx_set_density(fdc,(data & 2) ? DEN_MFM_LO : DEN_MFM_HI);
|
||||
wd17xx_dden_w(fdc, BIT(data, 1));
|
||||
}
|
||||
#endif
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user