deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
276 stars 35 forks source link

Fix warning due to RTC_CYCLES cast #104

Closed ccawley2011 closed 1 month ago

ccawley2011 commented 1 month ago

This was encountered with the Norcroft compiler on RISC OS.

deltabeard commented 1 month ago

Thanks!