Commit Graph

14 Commits

Author SHA1 Message Date
John B. Matthews
9fda5e9f42 Make start address optional in ac putFile(), default 0x2000 if required; fix warning. 2008-05-19 02:43:43 +00:00
John B. Matthews
b403b3a4e9 Normalize parameter order; accept 0xnnnn for start address. 2008-05-18 21:03:25 +00:00
John B. Matthews
2dd931a0a0 Start 1.3.4.2; accept hex start address ($<addr>) in -p command. 2008-05-18 20:00:16 +00:00
John B. Matthews
76d6c21b89 Use AppleUtil to get unsigned start address in ac. 2008-05-18 18:58:13 +00:00
John B. Matthews
c4ef209792 Bug fix: DosFormatDisk.createFile() must iterate sectors (not tracks); in ac.putFile() call setFileData() _then_ setAddress(). 2008-05-18 06:15:02 +00:00
John B. Matthews
0abb2ef45b Add -cc65 option to command-line. 2008-05-17 13:48:58 +00:00
John B. Matthews
111502da4b Update developer contact information. 2008-05-16 21:23:19 +00:00
Robert Greene
379d4df5b9 Just switched to Disk instead of DosFormatDisk for constants that are
declared on Disk (fixing warning markers).
2006-04-22 04:13:01 +00:00
Robert Greene
8b23db3d7d Merged in John B. Matthews' changes for AppleCommander 1.3.3.9. 2006-04-16 03:28:36 +00:00
Robert Greene
591924ce53 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-11 15:07:56 +00:00
Robert Greene
ad51365d17 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 03:34:35 +00:00
Robert Greene
45737b9a55 Repackaged code and organized imports. 2004-06-09 03:58:00 +00:00
Robert Greene
3bae1f3c87 Converted to support image order and image layout instead of a simple
byte array.
2003-12-26 21:40:10 +00:00
Robert Greene
38b8db49c3 Added John Matthews "ac" utility. The only changes are placing the
"ac" class into the com.webcodepro.applecommander.ui package and
re-organizing imports (due to my rearrangement of code).
2003-12-12 04:21:32 +00:00