add missing stddrv defines for atarixl

This commit is contained in:
Christian Groessler
2014-01-21 23:08:32 +01:00
parent d481557541
commit 33bc340814
4 changed files with 28 additions and 2 deletions

View File

@@ -10,4 +10,9 @@
.rodata
_joy_stddrv: .asciiz "atrstd.joy"
_joy_stddrv:
.ifdef __ATARIXL__
.asciiz "atrxstd.joy"
.else
.asciiz "atrstd.joy"
.endif