aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/hw.cpp
Commit message (Collapse)AuthorAge
* HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka2015-07-13
|
* hw: Fix mismatched Write callGravatar Lioncash2015-06-16
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* HW: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-01
|
* Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-09
|
* Implement SetLcdForceBlack, move register enum to hw.hGravatar archshift2015-03-05
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* GPU: Do periodic VBlank updates using CoreTimingGravatar Yuri Kunde Schlesner2015-01-14
|
* License changeGravatar purpasmart962014-12-20
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
|
* Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Fix some warningsGravatar Sean2014-10-29
|
* core: Prune redundant includesGravatar archshift2014-09-08
|
* Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
|
* - changed HW IO map to use virtual addressesGravatar bunnei2014-04-26
| | | | - added hooks to catch LCD IO read/writes
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
|
* added NDMA hardware interfaceGravatar bunnei2014-04-17
|
* fixed hw write declarations to not be constGravatar bunnei2014-04-12
|
* cleaned up some logging messagesGravatar bunnei2014-04-10
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08