Commit History
@master
git clone https://git.catseye.tc/JaC64/
-
Merge pull request #6 from catseye/command-line-arguments
Chris Pressey
(commit: GitHub)
7 years ago
-
The -a option can autoload from a resource in a JAR.
Chris Pressey
7 years ago
-
Add -a command-line argument that autostarts a given program file.
Chris Pressey
7 years ago
-
Convert EOLs in Makefile from (mostly) CRLFs to (all) LFs.
Chris Pressey
7 years ago
-
Fix capitalization of manifest filename in Makefile.
Chris Pressey
7 years ago
-
Add "Permissions: sandbox" to the manifest.
Chris Pressey
9 years ago
-
Begin cleaning up Makefile, because I can't stand it anymore.
Chris Pressey
9 years ago
-
Add fork notes to README.
Cat's Eye Technologies
11 years ago
-
Rectify file permissions.
Cat's Eye Technologies
11 years ago
-
Remove deprecated JPEG-snapshot-writing code.
Cat's Eye Technologies
12 years ago
-
Specify source file encoding to help out the compiler.
Cat's Eye Technologies
12 years ago
-
This is in a git repo now, so add a sensible .gitignore.
Cat's Eye Technologies
12 years ago
-
When destroying applet, delete all InterruptManagers too.
catseye
13 years ago
-
updateKeyboard -> updateJoystick, and only call it when needed.
catseye
13 years ago
-
Don't pass an offset of -1 to read if there are <256 bytes.
catseye
13 years ago
-
Resetting the applet should also reset the screen (keyboard, CIA, etc.)
catseye
13 years ago
-
When loading program, CPU has already been reset; just wait for the kernel.
catseye
13 years ago
-
Make C64Screen, not Keyboard, responsible for waiting for ISR to start.
catseye
13 years ago
-
Refactor stop()/destroy() code in attempt to make applet re-entrant.
catseye
13 years ago
-
Allow sounds and extra files to be optionally included in the JAR.
catseye
13 years ago
-
Improve applet event diagnostics, and avoid calling a deprecated method.
catseye
13 years ago
-
Initialize bval and use symbolic constants for joystick port value.
catseye
13 years ago
-
Get rid of a deprecation warning.
catseye
13 years ago
-
Improve diagnostics when reading files.
catseye
13 years ago
-
Gracefully handle not being able to acquire an audio dataline.
catseye
13 years ago
-
Ignore compiled classfiles and jars.
catseye
13 years ago
-
Fix clean and jar targets and remove commented-out code.
catseye
13 years ago
-
Make 'make smalljar' not error out on missing files.
catseye
13 years ago
-
UTF-8-ify Java source code files.
catseye
13 years ago
-
Ignore some directories that aren't included in this fork.
catseye
13 years ago