Fix mouse type
git-svn-id: svn://svn.cc65.org/cc65/trunk@947 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Demo program for mouse usage. Will work for the C64/C128/Atari
|
* Demo program for mouse usage. Will work for the C64/C128/CBM510/Atari
|
||||||
*
|
*
|
||||||
* Ullrich von Bassewitz, 13.09.2001
|
* Ullrich von Bassewitz, 13.09.2001
|
||||||
*
|
*
|
||||||
@@ -102,7 +102,7 @@ int main (void)
|
|||||||
VIC.spr0_color = COLOR_WHITE;
|
VIC.spr0_color = COLOR_WHITE;
|
||||||
|
|
||||||
/* Initialize the mouse */
|
/* Initialize the mouse */
|
||||||
mouse_init (MOUSE_C64);
|
mouse_init (MOUSE_CBM1351);
|
||||||
|
|
||||||
#elif defined(__ATARI__)
|
#elif defined(__ATARI__)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user