mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-27 05:52:16 +11:00
Rewritten the irq handler
This commit is contained in:
parent
2999c7c218
commit
46f3662322
7 changed files with 87 additions and 37 deletions
|
|
@ -15,5 +15,6 @@ void vdp_switch_nt(uint8_t nt_idx);
|
|||
void vdp_print_string(uint8_t nt_idx, uint8_t x, uint8_t y, char *str);
|
||||
void vdp_set_tile(uint8_t nt_idx, uint8_t x, uint8_t y, uint8_t tile_idx);
|
||||
void vdp_write_interleaved_sat(void);
|
||||
void vdp_irq_handler(void);
|
||||
|
||||
#endif /* _VDP_UTILS_HEADER_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue