mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Added CBM510 in a few places
git-svn-id: svn://svn.cc65.org/cc65/trunk@1075 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
be1abb7ec2
commit
e15f01a882
@ -152,8 +152,8 @@ The header files contain
|
||||
accesses.
|
||||
|
||||
<item>Other routines that make only sense for a specific system. One example
|
||||
are routines to write memory locations in the system bank for the CBM
|
||||
600/700 family (called B128/B256 in the US).
|
||||
are routines to write memory locations in the system bank for the CBM PET-II
|
||||
family.
|
||||
|
||||
</itemize>
|
||||
|
||||
@ -171,6 +171,7 @@ portable. conio implementations exist for the following targets:
|
||||
<item>c64
|
||||
<item>c128
|
||||
<item>plus4
|
||||
<item>cbm510 (40 column video)
|
||||
<item>cbm610 (all CBM series-II computers with 80 column video)
|
||||
<item>pet (all CBM PET systems except the 2001)
|
||||
<item>apple2
|
||||
@ -199,6 +200,7 @@ the following targets:
|
||||
<item>atari
|
||||
<item>c64
|
||||
<item>c128
|
||||
<item>cbm510
|
||||
</itemize>
|
||||
|
||||
The available functions are declared in <tt/mouse.h/ To help writing portable
|
||||
|
Loading…
Reference in New Issue
Block a user