mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +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:
parent
9675a1c361
commit
1dfa4f486d
@ -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__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user