From: cuz Date: Wed, 19 Sep 2001 08:36:29 +0000 (+0000) Subject: Fix mouse type X-Git-Tag: V2.12.0~2637 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1dfa4f486d95e899d16f521a3c1ea407853ed29c;p=cc65 Fix mouse type git-svn-id: svn://svn.cc65.org/cc65/trunk@947 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/samples/mousedemo.c b/samples/mousedemo.c index ce7af232e..840055b16 100644 --- a/samples/mousedemo.c +++ b/samples/mousedemo.c @@ -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__)