Skip to content

Commit

Permalink
Fixed TMR0_RR_H to point to correct register
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram authored Mar 19, 2023
1 parent 3d44ccf commit daabd2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/equs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Title: AGON MOS - Equs
; Author: Dean Belfield
; Created: 15/07/2022
; Last Updated: 15/03/2023
; Last Updated: 19/03/2023
;
; Modinfo:
; 24/07/2022: Added TMR2_CTL
Expand All @@ -11,6 +11,7 @@
; 18/09/2022: Added VDPP_FLAG_MODE
; 09/03/2023: Renamed TMR2_CTL to TMR0_CTL
; 15/03/2023: Added VDPP_FLAG_RTC
; 19/03/2023: Fixed TMR0_RR_H to point to correct register

; MOS specific
;
Expand Down Expand Up @@ -97,4 +98,4 @@ TMR0_CTL EQU 80h
TMR0_DR_L EQU 81h
TMR0_RR_L EQU 81h
TMR0_DR_H EQU 82h
TMR0_RR_H EQU 83h
TMR0_RR_H EQU 82h

0 comments on commit daabd2e

Please sign in to comment.