-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EvmuRom refactor, EvmuBuzzer bugfix, gimbal dates
1) Syncing libGimbal submodule 2) evmu_address_space.h - added entry for BIOS BCD encoded seconds (seems to be right) - added entry for BIOS mode 3) evmu_battery.h, evmu_buzzer.h - added file header + todo list for documentation/organization 4) EvmuRom - totally and completely refactored - biosLoaded() removed, now use biosType() != EVMU_BIOS_TYPE_EMULATED - Subroutine enum values are now entry points - virtual methods are now actually used + implemented - call() takes a PC and returns a PC - added biosType() which uses newfound system variable - refactored EVERYTHING to use GblDateTime internally + externally - removed every reference to old REEST device other than writing flash, which will have to go once the flash write signal is redone - implemented properties - moved random miscellaneous notes and shit to implementation file 5) EvmuBuzzer - fixed bug with startup beep and other sounds not working correctly - had to remove mute check for inactive PCM from gain accessor, since gain is retrieved before a sample is even played 6) EvmuLcd - added/embedded logo for evil usage later
- Loading branch information
1 parent
516b753
commit 5ce2c5c
Showing
13 changed files
with
374 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libgimbal
updated
from 3b105a to 9ec6c6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.