]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/bitmapup.s
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / graph / bitmapup.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 21.12.99
6
7 ; void BitmapUp (struct iconpic *myGfx);
8
9
10             .import BitmapRegs
11             .export _BitmapUp
12
13             .include "../inc/jumptab.inc"
14
15 _BitmapUp:
16             jsr BitmapRegs
17             jmp BitmapUp