mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
No printouts please
This commit is contained in:
parent
c554698b35
commit
23980fe396
@ -423,7 +423,7 @@ void Job1541::MoveHeadOut(void)
|
||||
if (current_halftrack == 2)
|
||||
return;
|
||||
current_halftrack--;
|
||||
#ifndef __riscos__
|
||||
#if !defined(__riscos__) && !defined(GEKKO)
|
||||
printf("Head move %d\n", current_halftrack);
|
||||
#endif
|
||||
gcr_ptr = gcr_track_start = gcr_data + ((current_halftrack >> 1) - 1) * GCR_TRACK_SIZE;
|
||||
@ -440,7 +440,7 @@ void Job1541::MoveHeadIn(void)
|
||||
if (current_halftrack == NUM_TRACKS*2)
|
||||
return;
|
||||
current_halftrack++;
|
||||
#ifndef __riscos__
|
||||
#if !defined(__riscos__) && !defined(GEKKO)
|
||||
printf("Head move %d\n", current_halftrack);
|
||||
#endif
|
||||
gcr_ptr = gcr_track_start = gcr_data + ((current_halftrack >> 1) - 1) * GCR_TRACK_SIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user