This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
proton:arduboysim [2016/06/08 01:27] seth |
proton:arduboysim [2016/06/08 01:42] (current) seth |
||
---|---|---|---|
Line 58: | Line 58: | ||
-- Updates/Changes (do svn update to get the latest!) | -- Updates/Changes (do svn update to get the latest!) | ||
- | * June 2nd 2016: Now plays simple tones (better than nothing?), display more accurately simulated, supports HTML5 web version, just run /html5/build_release.bat to make it. ([[proton:html5_setup|More info on HTML5 setup]]) | + | * June 2nd 2016: Now plays simple tones (to use, Switch build to "SDL Debug GL", you'll need SDL 2 libs), display more accurately simulated, supports HTML5 web version, just run /html5/build_release.bat to make it. ([[proton:html5_setup|More info on HTML5 setup]]) |
- | * June 7th 2016: Can now compile both arduboylib 1.1 and 1.2 code, 1.1 is now default and ardubreakout was changed to the 1.1 version. Should define RT_ARDU_DEV_BRANCH for 1.2, although it works even if you forget, but timing is different. | + | * June 7th 2016: Can now compile both arduboylib 1.1 and 1.2 code, 1.1 is now default and ardubreakout was changed to the 1.1 version. Should define RT_ARDU_DEV_BRANCH for 1.2 code, will fix timing to match 1.2 |
+ | * June 8th 2016: Landscape mode support: ArduboySim's App.cpp adjusted, uncomment #define RT_ARDU_LANDSCAPE and you can play sideways |