source: buchla-68k/include/vsddsw.h@ c65a0e2

Last change on this file since c65a0e2 was 109c83b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Compiled full ROM in Hatari.

  • Property mode set to 100644
File size: 640 bytes
Line 
1/*
2 =============================================================================
3 VSDDSW.H -- VSDD software support definitions
4 Version 6 -- 1987-05-27 -- D.N. Lynx Crowe
5 Copyright 1987 -- D.N. Lynx Crowe
6 =============================================================================
7*/
8
9/* functions */
10
11extern unsigned vbank();
12extern int vputp(), vwputp();
13
14/* these should be voids ... */
15
16extern int vfwait(), vputs(), vputsa(), vputc(), VHinit();
17extern int objclr(), objon(), objoff();
18extern int vcputs(), vwputs(), vwputm(), vmput(), vmputa(), VSinit();
19extern int SelObj(), SetPri(), SetObj(), CpyObj();
Note: See TracBrowser for help on using the repository browser.