Skip to content

Commit

Permalink
early link to unified
Browse files Browse the repository at this point in the history
  • Loading branch information
davervw authored Jun 1, 2024
1 parent 5c6accc commit 714784f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Here is a simple Commodore 64/128 and 6502 Emulator I wrote from scratch, ported to C++ from my C# [simple-emu-c64](https://github.com/davervw/simple-emu-c64) project. Runs in a text console window. Optionally can specify a binary Commodore program to load, BASIC programs will auto-run. Requires Commodore ROMs (not included) present in the roms folder. More details may be relevant from the [simple-emu-c64](https://github.com/davervw/simple-emu-c64) project.

>
> TLDR; This is the terminal version, fast-forward to [Unified](https://github.com/davervw/c-simple-emu6502-cbm/blob/master/README.md#unified-lcd--graphical) to see a graphical version
>
```
roms/c128/basichi
roms/c128/basiclo
Expand Down

0 comments on commit 714784f

Please sign in to comment.