Menu

How to configure BasEdit for C64

Gurce

BasEdit is initially configured to work for VIC20 and the VICE emulator.

As a configuration alteration example, here are steps you can take to configure the app for C64 and the CCS64 emulator.

  • Edit the "BasEdit.ini" file with the following changes:

    • chargen=chargen20 chargen64 (to use c64 charset, not vic20)

    • KeyMap=KeyMap_English_ccs64.txt (for english keymap)

    • Startaddress=-2 -3 (because -2=vic20, -3=c64)

    • ' special emulator for load address -2 = 2049 --> C64
      Emu-2=c:\your-path\ccs64.exe
      EmuParams-2=%F

      (so that ccs64 is called automatically when you press F5 in the app - 'save & run')

After saving these changes and restarting the app, the F5 button will now save out the .prg file with the c64 start-address and run the prg file in the ccs64 emulator.


Related

Wiki: Home