tgi_init does no longer take params
git-svn-id: svn://svn.cc65.org/cc65/trunk@1915 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -188,7 +188,7 @@ int main (void)
|
|||||||
/* Load and initialize the driver */
|
/* Load and initialize the driver */
|
||||||
tgi_load (TGI_MODE_320_200_2);
|
tgi_load (TGI_MODE_320_200_2);
|
||||||
CheckError ("tgi_load");
|
CheckError ("tgi_load");
|
||||||
tgi_init (TGI_MODE_320_200_2);
|
tgi_init ();
|
||||||
CheckError ("tgi_init");
|
CheckError ("tgi_init");
|
||||||
|
|
||||||
/* Get stuff from the driver */
|
/* Get stuff from the driver */
|
||||||
|
|||||||
Reference in New Issue
Block a user