X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffamec.c;h=aa0a9d87dae4e5a967e315cfd0cf8879a049fb03;hb=528ab61b71a4e80b12fc810cb71f176270945170;hp=ba1c893c3c879b098dde9f9cb35ac435af8786f5;hpb=8187ba84b7ed56e2535a8381ac66fb5b32414b39;p=picodrive.git diff --git a/cpu/fame/famec.c b/cpu/fame/famec.c index ba1c893..aa0a9d8 100644 --- a/cpu/fame/famec.c +++ b/cpu/fame/famec.c @@ -5032,7 +5032,7 @@ init_jump_table: JumpTable[real_op] = CAST_OP(normal_handler) idle_install: - printf("install..\n"); + // printf("install..\n"); INSTALL_IDLE(0x71fa, 0x66fa, idle_detector_bcc8, 0x6601_idle, 0x6601); INSTALL_IDLE(0x71f8, 0x66f8, idle_detector_bcc8, 0x6601_idle, 0x6601); INSTALL_IDLE(0x71f6, 0x66f6, idle_detector_bcc8, 0x6601_idle, 0x6601); @@ -5046,7 +5046,7 @@ idle_install: return 0; idle_remove: - printf("remove..\n"); + // printf("remove..\n"); UNDO_IDLE(0x71fa, 0x66fa, 0x6601); UNDO_IDLE(0x71f8, 0x66f8, 0x6601); UNDO_IDLE(0x71f6, 0x66f6, 0x6601);