Skip to content

Commit

Permalink
Core: DisplayControlRegHandler::Read32 read more of the registers
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Sep 14, 2023
1 parent 002f2e1 commit 9ffd871
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -21,6 +21,9 @@ bool DisplayControlRegHandler::Read32(uint32_t Address, uint32_t & Value)
{
switch (Address & 0x1FFFFFFF)
{
case 0x04100000: Value = DPC_START_REG; break;
case 0x04100004: Value = DPC_END_REG; break;
case 0x04100008: Value = DPC_CURRENT_REG; break;
case 0x0410000C: Value = DPC_STATUS_REG; break;
case 0x04100010: Value = DPC_CLOCK_REG; break;
case 0x04100014: Value = DPC_BUFBUSY_REG; break;
Expand Down

0 comments on commit 9ffd871

Please sign in to comment.