6502 emulator for Commodore 64 ROMs, serial terminal edition for MBED. Recommend terminal echo on, line edit on, caps lock, 115200bps, implicit carriage return on newline, currently non-buffered so don't paste lots of stuff

More details at:

[https://github.com/davervw] [https://techwithdave.davevw.com/2020/03/simple-emu-c64.html]

Revision:
4:0461c100cbbb
Parent:
1:256d8a124b55
Child:
7:f49fa56672d8
--- a/main.cpp	Fri Apr 10 04:32:54 2020 +0000
+++ b/main.cpp	Sun Apr 12 19:26:44 2020 +0000
@@ -11,7 +11,6 @@
 // davevw.com
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
-//
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -41,7 +40,7 @@
 int main(/*int argc, char* argv[]*/)
 {
     pc.printf("\n");
-	pc.printf("c-simple-emu-cbm version 1.3\n");
+	pc.printf("c-simple-emu-cbm version 1.4\n");
 	pc.printf("Copyright (c) 2020 by David R. Van Wagner\n");
 	pc.printf("MIT License\n");
 	pc.printf("github.com/davervw\n");