mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
removed forgotten printf
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@527 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8187ba84b7
commit
528ab61b71
1 changed files with 2 additions and 2 deletions
|
@ -5032,7 +5032,7 @@ init_jump_table:
|
||||||
JumpTable[real_op] = CAST_OP(normal_handler)
|
JumpTable[real_op] = CAST_OP(normal_handler)
|
||||||
|
|
||||||
idle_install:
|
idle_install:
|
||||||
printf("install..\n");
|
// printf("install..\n");
|
||||||
INSTALL_IDLE(0x71fa, 0x66fa, idle_detector_bcc8, 0x6601_idle, 0x6601);
|
INSTALL_IDLE(0x71fa, 0x66fa, idle_detector_bcc8, 0x6601_idle, 0x6601);
|
||||||
INSTALL_IDLE(0x71f8, 0x66f8, 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);
|
INSTALL_IDLE(0x71f6, 0x66f6, idle_detector_bcc8, 0x6601_idle, 0x6601);
|
||||||
|
@ -5046,7 +5046,7 @@ idle_install:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
idle_remove:
|
idle_remove:
|
||||||
printf("remove..\n");
|
// printf("remove..\n");
|
||||||
UNDO_IDLE(0x71fa, 0x66fa, 0x6601);
|
UNDO_IDLE(0x71fa, 0x66fa, 0x6601);
|
||||||
UNDO_IDLE(0x71f8, 0x66f8, 0x6601);
|
UNDO_IDLE(0x71f8, 0x66f8, 0x6601);
|
||||||
UNDO_IDLE(0x71f6, 0x66f6, 0x6601);
|
UNDO_IDLE(0x71f6, 0x66f6, 0x6601);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue