Commit Graph

45 Commits

Author SHA1 Message Date
Jeremy Rand be36259fbb Update the readme for v2.0. 2018-06-25 23:23:59 -04:00
Jeremy Rand 192a615aa9 Capture build errors in xcode 2018-06-25 22:54:53 -04:00
Jeremy Rand e4e28bedb6 Eliminate the assembly sources list from the makefile now that we just provide a list of directories with source files. 2018-06-19 22:53:02 -04:00
Jeremy Rand 7c7e6ab828 Implement the code to copy custom files to the disk image in the build 2018-06-18 23:23:59 -04:00
Jeremy Rand 448ae4deb9 Update to the latest version of Apple Commander. Update to the latest version of ProDOS (Thanks John!) Fix some bugs in createDiskImage. 2018-06-17 23:38:09 -04:00
Jeremy Rand 2990c4cb53 Add the ability to link in drivers by just enabling them in the root Makefile 2018-06-14 23:51:01 -04:00
Jeremy Rand 0d9c1a6333 Add a gen phase to the build. Add the xcode compatibility fix to the build. Add the option to copy files to the disk image to the build but the copy script does not yet do the copies. Separate the build from build and run targets in xcode for Apple II projects. Add a doNotBuild target with the appropriate build settings so we get code completion working even with cc65 header files. 2018-06-13 22:58:56 -04:00
Jeremy Rand e9183b8877 Add a plugin to provide cc65 assembly syntax highlighting. Fix the C file template so the guards work. Supporting adding extra directories to look for source files to build. 2018-06-12 23:27:01 -04:00
Jeremy Rand 406b08ece8 Add support for the no slot clock in the prodos template disk 2015-08-18 23:20:04 -04:00
Jeremy Rand 3bece18544 Fix problem with spaces in the path to the repository 2015-07-23 22:04:06 -04:00
Jeremy Rand 11bfe3edf9 Make everything recompile automatically if Makefile is changed. Create version 1.4 of the project template 2014-11-09 01:19:46 -05:00
Jeremy Rand e9f61f4010 Rename Apple ][ to Apple II globally 2014-10-25 23:09:50 -04:00
Jeremy Rand 80bc60e679 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 2014-10-25 22:33:05 -04:00
Jeremy Rand a8026c6677 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 2014-10-25 22:32:07 -04:00
Jeremy Rand e0bb3c33d0 Formalize the procedure for building the Mac installer package in the makefile. Create a C and assembly project template. Add file templates for C and assembly files for the Apple // 2014-10-25 00:50:44 -04:00
Jeremy Rand 7d9cbf5479 Mention that you should install Virtual ][ in the README 2014-10-08 00:00:28 -04:00
Jeremy Rand d0215fea1f Create a cc65 package 2014-10-04 21:49:14 -04:00
Jeremy Rand 5f2b3eee0d Create a cc65 package 2014-10-04 00:02:58 -04:00
Jeremy Rand 40ecf3b0cb Create a cc65 package 2014-10-04 00:02:26 -04:00
Jeremy Rand f0c474ce2c Create a cc65 package 2014-10-03 23:49:26 -04:00
Jeremy Rand dfbe64619c Remove the stuff about the security warning at install time because the package is now signed 2014-10-02 22:12:57 -04:00
Jeremy Rand 09c770581c Remove the stuff about the security warning at install time because the package is now signed 2014-10-02 22:10:17 -04:00
Jeremy Rand f1c46cc37b Remove the stuff about the security warning at install time because the package is now signed 2014-10-02 22:03:37 -04:00
Jeremy Rand 6936112e2b Try to fix FTP url in readme 2014-10-01 01:46:21 -04:00
Jeremy Rand 9c1e43d36f Update readme 2014-09-29 23:47:11 -04:00
Jeremy Rand 3688e4976d Update readme 2014-09-29 23:45:43 -04:00
Jeremy Rand 1b7fa180fc Update readme 2014-09-29 23:44:12 -04:00
Jeremy Rand 93115a4ae8 Update the template installer 2014-09-29 23:38:19 -04:00
Jeremy Rand 09b1583065 Update the template installer 2014-09-29 23:37:52 -04:00
Jeremy Rand ca880dea60 Update the readme 2014-09-29 23:36:47 -04:00
Jeremy Rand f4391caf5f Update the readme 2014-09-29 23:34:56 -04:00
Jeremy Rand 686d0c1cb7 Update the readme 2014-09-29 23:32:47 -04:00
Jeremy Rand 2bb6592c62 Update the readme 2014-09-29 23:31:43 -04:00
Jeremy Rand c36cabc1f0 Update the readme 2014-09-29 23:30:18 -04:00
Jeremy Rand 321d37ce8f Update the readme 2014-09-29 23:29:47 -04:00
Jeremy Rand f66c22d7e0 Add a installer template for Mac OSX 2014-09-29 22:22:04 -04:00
Jeremy Rand beab794f5e Move to an XCode project template 2014-09-29 22:01:18 -04:00
Jeremy Rand bc53ea6d17 Clean up some test values from the previous commit. 2014-09-10 22:47:00 -04:00
Jeremy Rand b6b8942068 Only try to launch Virtual ][ if building from Mac OSX. Enforce Prodos and DOS 3.3 filename limits when creating the disk image. 2014-09-10 22:21:21 -04:00
Jeremy Rand f79de893c9 Some final fixes to handle the fact that the header is not there consistently. So, we need to validate that the first two bytes in the binary is the expected start address and if so, then there is a header which needs to be stripped. 2014-09-10 01:28:12 -04:00
Jeremy Rand 4c9e6ca755 Add support for all the machine config types. Generate include file dependencies and load them into the makefile so .h file changes causes the right files to rebuild. Rework the applescript a bit to load a specific virtual ][ machine and reboot into that machine on launch. Add a DOS 3.3 template disk for the DOS 3.3 machine config types. 2014-09-09 00:18:35 -04:00
Jeremy Rand 003a746bd3 Break up the Makefile into a header, footer and a user customizable body which drives the configuration of the build. This helps to hide some of the nastiness of the rules which isn’t that important to the average developer. Support more than one C file and more than one assembly file and link it all together. Put the disk image into a template file and change the rule to copy and modify it as necessary. Add a Virtual ][ machine to the repository which will (eventually) be launched by the Applescript rather than just using the top window in the app. 2014-09-05 00:10:59 -04:00
Quinn Dunki d859ecf470 - Renamed and fixed some path issues inside project 2014-08-29 12:28:00 -07:00
Quinn Dunki 0c5b2cdaf4 - Initial commit 2014-08-29 12:10:50 -07:00
blondie7575 d4b9e1f990 Initial commit 2014-08-29 12:03:43 -07:00