diff options
Diffstat (limited to 'src/kdata.asm')
| -rw-r--r-- | src/kdata.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index 65a059a..b0cd71b 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -65,3 +65,4 @@ wPnStart:: DS 2 ; scratch for sys_progname wBootA:: DS 1 ; A at entry: console model from the boot ROM wBootB:: DS 1 ; B at entry: bit0 set = AGB (GBA in CGB mode) wBootFsFresh::DS 1 ; fs_init formatted a blank disk this boot +wTicks:: DS 4 ; monotonic 64 Hz system tick (TimerISR), LE |
