nenechi-fan-club / CHIP-8-emu

2 stars 0 forks source link

Seperate CPU from CHIP8 class #1

Closed sweetsbeats closed 6 years ago

sweetsbeats commented 6 years ago

We should move the CPU into it's own class, so it can own it's own data. It's something almost every emulator does as well.

sweetsbeats commented 6 years ago

CPU emulation moved into it's own class, however memory remains in chip8.