mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +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
|