X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffamec.c;h=8469131c8a57b5e3df2b959e1e5684055f7f3c86;hb=5ed2a20eaa264c72c1375943dd153c8c05403504;hp=aa0a9d87dae4e5a967e315cfd0cf8879a049fb03;hpb=1413b9a1185543e6fff7a3f67c5b8cdfec4b7eee;p=picodrive.git diff --git a/cpu/fame/famec.c b/cpu/fame/famec.c index aa0a9d8..8469131 100644 --- a/cpu/fame/famec.c +++ b/cpu/fame/famec.c @@ -5041,8 +5041,8 @@ idle_install: INSTALL_IDLE(0x75f8, 0x67f8, idle_detector_bcc8, 0x6701_idle, 0x6701); INSTALL_IDLE(0x75f6, 0x67f6, idle_detector_bcc8, 0x6701_idle, 0x6701); INSTALL_IDLE(0x75f2, 0x67f2, idle_detector_bcc8, 0x6701_idle, 0x6701); - INSTALL_IDLE(0x7dfe, 0x60fe, idle_detector_dead, 0x6001_idle, 0x6001); - INSTALL_IDLE(0x7dfc, 0x60fc, idle_detector_dead, 0x6001_idle, 0x6001); + INSTALL_IDLE(0x7dfe, 0x60fe, idle_detector_bcc8, 0x6001_idle, 0x6001); + INSTALL_IDLE(0x7dfc, 0x60fc, idle_detector_bcc8, 0x6001_idle, 0x6001); return 0; idle_remove: