Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 402 Bytes

BluePill-6502

/*
  Small 6502 emulator for the blue pill
  (c) 2019 rampa@encomix.org

  using:
    jeeH (from jeelabs)
    fake6502 (Mike Chambers)
    Some (ACIA code) from satoshinm
    OSI 6502 BASIC VERSION 1.0 REV 3.2  (Microsoft Corporation)
*/
  • compile and upload with PlatformIO.
  • remember to change the upload port in platformio.ini
  • Uses the standard UART to input/output