mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
coco_fdc.cpp: fixed most coco drivers not working in devnoclear builds (nw)
This commit is contained in:
parent
113bc90e5c
commit
4d60d6c771
@ -280,6 +280,8 @@ void coco_fdc_device_base::device_start()
|
||||
|
||||
void coco_fdc_device_base::device_reset()
|
||||
{
|
||||
coco_family_fdc_device_base::device_reset();
|
||||
|
||||
m_cache_controler = 0x80;
|
||||
m_cache_pointer = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user