Skip to content

neoelec/rcn_rc6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raccoon's Alternative PIO for RC6502

Features (wo/ HW Mod)

  • beginClassic() should be called in setup().
void setup(void)
{
  RC6502Pio.beginClassic();
}
  • ISR and State Pattern based 'KBD_READY' handling.

Features (w/ HW Mod)

  • begin() should be called in setup().
void setup(void)
{
  RC6502Pio.begin();
}
  • CSV based 'Program Loader'. You can load 'HEX' files from the storage (micro-sd).
  • Built-in 1MHz Clock Generator (not PIN6. PIN9 is used instead of it.)

HW Modification

  • Remove 'X14' - 1MHz Clock Oscillator
    • Install 'Micro-SD Slot' and 'Level Shifter' at here.
  • Short or Connect using a small register (10Ohm is used) between 'CLOCK' and 'PIN 9' of Arduino.
  • Connect 'PIN 8' of Arduino to 'RESET'.
  • Connect Micro-SD card module uisng a 'SPI' interface.
    • 'PIN 7' is used for 'CS'
  • Pictures 20220916_210743

20220916_210821

20220916_210836

20220916_210955

Screenshots

RC6502-00

RC6502-00

RC6502-00

RC6502-00

RC6502-00

RC6502-00

RC6502-00

About

Raccoon's Alternative PIO for RC6502

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published