Browse Source

n8_2312 now working

import/raw
doug 13 years ago
parent
commit
f3d1f4e0e7
  1. 20
      branches/s100/Source/std-n8.inc

20
branches/s100/Source/std-n8.inc

@ -1,7 +1,23 @@
; std-n8.inc 1/19/2013 dwg -
CIODEV_BAT .EQU $E0
;CIODEV_NUL .EQU $F0
;;CIODEV_BAT .EQU $E0
;;CIODEV_NUL .EQU $F0
;
; CHARACTER DEVICES
;
CIODEV_UART .SET $00
;CIODEV_ASCI .EQU $10
;CIODEV_VDU .EQU $20
;CIODEV_CVDU .EQU $30
;CIODEV_UPD7220 .EQU $40
CIODEV_N8V .EQU $50
;CIODEV_PRPCON .EQU $60
;CIODEV_PPPCON .EQU $70
CIODEV_CRT .EQU $D0
;CIODEV_BAT .EQU $E0
CIODEV_NUL .EQU $F0
;
; DISK DEVICES (ONLY FIRST NIBBLE RELEVANT, SECOND NIBBLE RESERVED FOR UNIT)
;

Loading…
Cancel
Save