Svaught598/Chip8Emulator

IMP: Move CPU memory into it's own class

Svaught598 opened this issue · 0 comments

Not super necessary, but since memory is physically separate from the CPU in actual architectures, it is a good idea to go ahead and decouple CPU/memory here just for the sake of practice.