ol.sc
|
17e6a89c83
|
Made use of recently introduced getcurrentdevice().
git-svn-id: svn://svn.cc65.org/cc65/trunk@5864 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-10-21 14:36:05 +00:00 |
|
ol.sc
|
bd2ff69182
|
I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5853 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-10-16 06:34:38 +00:00 |
|
ol.sc
|
61d4b6b03f
|
Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5847 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-10-11 18:22:49 +00:00 |
|
ol.sc
|
7cda476c08
|
Added comments.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5549 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-02-24 22:21:54 +00:00 |
|
ol.sc
|
ab8fdfbb83
|
Somewhat nicer user feedback.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5525 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-02-12 23:02:46 +00:00 |
|
ol.sc
|
83a1d8b8d3
|
Added support for VLIR programs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5523 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-02-11 01:50:48 +00:00 |
|
uz
|
af2417fc92
|
Added main makefile for target utils.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5522 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-02-10 20:03:38 +00:00 |
|
uz
|
e0d6948ff6
|
Added a makefile to build the utility.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5424 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-01-24 20:41:57 +00:00 |
|
uz
|
94c90cbe1f
|
Added a makefile to build the executable.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5423 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-01-24 20:37:54 +00:00 |
|
ol.sc
|
90f346ab47
|
Added inital version of a CONVERT tool for Apple GEOS. It converts the output of 'ld65 -t geos-apple ...' to an Apple GEOS SEQ program file. The CONVERT tool itself runs under ProDOS. This is an inital rather rough version that is nevertheless supposed to generally work. TODOs are:
- VLIR support
- support to "unCONVERT"
- nicer UI
git-svn-id: svn://svn.cc65.org/cc65/trunk@5418 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-01-21 13:31:00 +00:00 |
|
ol.sc
|
3854283cfb
|
Updated LOADER.SYSTEM to the current version targeted at cc65 binaries only.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5417 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-01-21 13:05:26 +00:00 |
|
ol.sc
|
0a7981840b
|
Added old obsolete version of LOADER.SYSTEM in order to retain the history. This version implemented the BASIC warmstart/coldstart hooks and was therefore fully compatible with any DOS 3.3 binary running under ProDOS. However later the Apple2 C library startup code was extended to not rely on the BASIC hooks when running under ProDOS without BASIC.SYSTEM. Therefore the hook functionality became obsolete and was later removed. This limits LOADER.SYSTEM to cc65 binaries - but it surely wasn't used for anything else anyway ;-)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5416 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2012-01-21 12:59:43 +00:00 |
|