mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
h not needed
This commit is contained in:
parent
41bd8013f7
commit
5bc8a33409
|
@ -20,7 +20,7 @@ index cc39e1192..d34dcb4b4 100644
|
||||||
return;
|
return;
|
||||||
+ case REG_DEBUG_CYCLES: {
|
+ case REG_DEBUG_CYCLES: {
|
||||||
+ int32_t number_of_cycles = mTimingCurrentTime(&gba->timing);
|
+ int32_t number_of_cycles = mTimingCurrentTime(&gba->timing);
|
||||||
+ mLOG(GBA_DEBUG, INFO, "Cycles: %d Tag: %hd", number_of_cycles, value);
|
+ mLOG(GBA_DEBUG, INFO, "Cycles: %d Tag: %d", number_of_cycles, value);
|
||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
case REG_DEBUG_FLAGS:
|
case REG_DEBUG_FLAGS:
|
||||||
|
|
Loading…
Reference in a new issue