view lib/sys6809l2.as @ 3257:987f995993c3

co80: Use HW port address from descriptor (via SCF and VTIO) Change the driver code to not use a hardcoded address. Change the value in the descriptor to the previously hardcoded value in the driver. Looks like someone was debugging a WordPak prototype using the cartridge ROM enable output...
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 29 Aug 2018 08:49:13 +0200
parents d911fcfc0211
children
line wrap: on
line source

               section   _constant

Level          equ       2
H6309          equ       0

               use       ../defs/os9.d
               use       ../defs/rbf.d
               use       ../defs/scf.d
               use       ../defs/pipe.d
               use       ../defs/rbsuper.d
               use       ../defs/drivewire.d

               endsect