Added LCD registers, and implementation for color filling in OGL code.
This commit is contained in:
parent
47010fea31
commit
041e99b613
11 changed files with 234 additions and 37 deletions
|
@ -65,6 +65,7 @@ enum class Class : ClassType {
|
|||
Service_SOC, ///< The SOC (Socket) service
|
||||
HW, ///< Low-level hardware emulation
|
||||
HW_Memory, ///< Memory-map and address translation
|
||||
HW_LCD, ///< LCD register emulation
|
||||
HW_GPU, ///< GPU control emulation
|
||||
Frontend, ///< Emulator UI
|
||||
Render, ///< Emulator video output and hardware acceleration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue