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