1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-12 12:29:32 +00:00

Fix mouse type

git-svn-id: svn://svn.cc65.org/cc65/trunk@947 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-09-19 08:36:29 +00:00
parent 9675a1c361
commit 1dfa4f486d

View File

@ -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
*
@ -102,7 +102,7 @@ int main (void)
VIC.spr0_color = COLOR_WHITE;
/* Initialize the mouse */
mouse_init (MOUSE_C64);
mouse_init (MOUSE_CBM1351);
#elif defined(__ATARI__)