1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2025-07-17 13:24:04 +00:00

Get AVR code starting to work, make debuggable

This commit is contained in:
Jason Turner
2021-04-22 10:42:21 -06:00
parent 2a2ce54d32
commit 13af1e8cca
2 changed files with 264 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
#include <cstdint>
enum class Colors : uint8_t
enum Colors : uint8_t
{
WHITE=0x01
};