coco_fdc.cpp: fixed most coco drivers not working in devnoclear builds (nw)

This commit is contained in:
Ivan Vangelista 2020-05-31 08:51:01 +02:00
parent 113bc90e5c
commit 4d60d6c771

View File

@ -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;
}