blob: 2f0d075718476a4f46b32f94218d535c5a9384fa (
plain)
1
2
3
4
5
6
7
8
9
|
.export _port_stat_screen
; PORTSTAT.DAT is created on the H: device by running mkportstats.xex
; in atari800. H: needs to be set writable and pointed to the current
; directory.
_port_stat_screen:
.incbin "PORTSTAT.DAT"
|