Skip to content

Commit

Permalink
#92: use proper FIFO status bit
Browse files Browse the repository at this point in the history
  • Loading branch information
alvieboy committed Jun 5, 2021
1 parent 04ce17e commit c6a7584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roms/resource.asm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ WRITECMDFIFO:
LD C, A
WAITFIFO1:
IN A, (PORT_CMD_FIFO_STATUS)
OR A
;OR A
BIT 0, A
JR NZ, WAITFIFO1
; Send resource ID
LD A, C
Expand Down

0 comments on commit c6a7584

Please sign in to comment.