1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

Update the mouse demo to run with the new mouse API that uses loadable

drivers. Remove Atari support because there are no loadable drivers for
the Atari.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3292 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-11-07 12:54:30 +00:00
parent d136a3409f
commit 4e81c529d9
3 changed files with 45 additions and 29 deletions
+4 -4
View File
@@ -48,8 +48,8 @@ Platforms: Runs on all platforms that support conio, which means:
-----------------------------------------------------------------------------
Name: mandelbrot
Description: A mandelbrot demo using integer arithmetic. The demo was
written by groepaz/hitmen and converted to cc65 using TGI
Description: A mandelbrot demo using integer arithmetic. The demo was
written by groepaz/hitmen and converted to cc65 using TGI
graphics by Stephan Haubenthal.
Platforms: All systems with TGI support. You may have to change the
driver/resolution definition in the source.
@@ -57,8 +57,8 @@ Platforms: All systems with TGI support. You may have to change the
-----------------------------------------------------------------------------
Name: mousedemo
Description: Shows how to use the mouse.
Platforms: All systems with mouse and conio support:
Atari (untested), C64, C128 and CBM510
Platforms: All systems with mouse and conio support:
C64, C128
-----------------------------------------------------------------------------
Name: nachtm