Lynx changes by Karri Kaksonen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4181 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-17 09:32:05 +00:00
parent 5e55e1c651
commit 3a3eaf99cb
4 changed files with 2 additions and 22 deletions

View File

@@ -125,7 +125,6 @@ void __fastcall__ lynx_eeprom_erase (unsigned char cell);
#define tgi_setframerate(rate) tgi_ioctl(3, (unsigned)(rate))
#define tgi_busy() tgi_ioctl(4, 0)
#define tgi_updatedisplay() tgi_ioctl(4, 1)
#define tgi_setvblhook(addr) tgi_ioctl(5, (unsigned)(addr))
/* End of lynx.h */
#endif