Skip to content

Commit

Permalink
Add delay required for minimig-aga
Browse files Browse the repository at this point in the history
  • Loading branch information
harbaum committed Aug 17, 2024
1 parent d26ac2c commit 67e7a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified sim/test_rom/test_rom.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions sim/test_rom/test_rom.s
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ YPOS EQU $202

;; actual code starting point
start:
;; wait >80ms for minimig-aga syctrl reset to be gone
move #60000,d0
iwlp: dbra d0,iwlp

move.l #$100,sp ; use ram below $100 as stack
move.b #3,$bfe201 ; LED and OVL are outputs
move.b #2,$bfe001 ; switch rom overlay off
Expand Down

0 comments on commit 67e7a9b

Please sign in to comment.