mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-05 17:29:21 +00:00
9fb964c828
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.
9 lines
73 B
ArmAsm
9 lines
73 B
ArmAsm
.export drv_init
|
|
.exportzp drv_init_default = 0
|
|
|
|
|
|
.code
|
|
|
|
drv_init:
|
|
rts
|