]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/printdrv.inc
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-cbm / printdrv.inc
1
2 ;GEOS Printer Driver Jump Table
3 ;reassembled by Maciej 'YTM/Alliance' Witkowiak
4 ;4-2-99
5
6 ;jump table
7 InitForPrint            =       $7900
8 StartPrint              =       $7903
9 PrintBuffer             =       $7906
10 StopPrint               =       $7909
11 GetDimensions           =       $790c
12 PrinsASCII              =       $790f
13 StartASCII              =       $7912
14 SetNLQ                  =       $7915