This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
BuGS
Watch
1
Star
0
Fork
0
You've already forked BuGS
mirror of
https://github.com/jeremysrand/BuGS.git
synced
2025-01-13 19:29:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
BuGS
/
BuGS.xcodeproj
History
Jeremy Rand
a4a4b9ae4d
Start to change the sound code to wait for the doc to be free and to write and then read to verify that the register write succeeded or try again. That seems to cleanup the sound on real HW. I have only done this for the bonus and the firing sound but probably all register writes should be done this way.
2021-01-22 00:34:07 -05:00
..
project.xcworkspace
Initial Commit
2020-06-10 21:47:00 -04:00
xcshareddata
/xcschemes
Add the code to add head segments once the centipede reaches the bottom of the screen.
2020-10-08 23:59:34 -04:00
xcuserdata/jrand.xcuserdatad
/xcschemes
Start to change the sound code to wait for the doc to be free and to write and then read to verify that the register write succeeded or try again. That seems to cleanup the sound on real HW. I have only done this for the bonus and the firing sound but probably all register writes should be done this way.
2021-01-22 00:34:07 -05:00
project.pbxproj
Add the source wav files that I used for the sound samples and add a script which I used to convert them to a raw format that can be played on the GS. That should make it easier to modify the sounds if necessary in the future. Converting the sounds from wav to raw is not part of the build. The raw files themselves are committed in the repository although the build could be changed to generate the raw sounds at build time.
2021-01-18 00:34:50 -05:00