mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2026-04-20 22:16:47 +00:00
Add missing file
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
.setcpu "6502"
|
||||
.linecont +
|
||||
.feature string_escapes
|
||||
|
||||
.include "apple2.inc"
|
||||
.include "apple2.mac"
|
||||
|
||||
.include "../inc/apple2.inc"
|
||||
.include "../inc/macros.inc"
|
||||
.include "../inc/prodos.inc"
|
||||
.include "../inc/ascii.inc"
|
||||
|
||||
;;; ************************************************************
|
||||
.include "../inc/driver_preamble.inc"
|
||||
;;; ************************************************************
|
||||
|
||||
|
||||
.proc maybe_install_driver
|
||||
jmp HOME
|
||||
.endproc
|
||||
|
||||
;;; ************************************************************
|
||||
.include "../inc/driver_postamble.inc"
|
||||
;;; ************************************************************
|
||||
Reference in New Issue
Block a user