emailler/drivers/atrinit.s
Oliver Schmidt 9fb964c828 Generalized Apple II slot setting.
In order to allow setting the Apple II slot from host computer independent code the slot setting function was renamed and dummies were added for the other host computers.
2017-06-04 00:10:36 +02:00

9 lines
73 B
ArmAsm

.export drv_init
.exportzp drv_init_default = 0
.code
drv_init:
rts