/BluePill-6502

A small 6502 emulator running Microsoft OSI BASIC (blue pill arm)

Primary LanguageC

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