rafzby / chip8-emulator

CHIP-8 emulator written in java
MIT License
2 stars 2 forks source link

Extract CPU operations to separate functions #2

Open rafzby opened 7 years ago

rafzby commented 7 years ago

I want to get rid of this big ugly swith in CPU.java class. The best solution would be extract all operations to separate functions and map them by opcodes.

mirkoperillo commented 7 years ago

@rafzby can I help you on this issue ?

rafzby commented 7 years ago

Hi, sure, that would be cool! On Oct 12, 2017 1:02 PM, "mirko" notifications@github.com wrote:

@rafzby https://github.com/rafzby can I help you on this issue ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rafzby/chip8-emulator/issues/2#issuecomment-336094968, or mute the thread https://github.com/notifications/unsubscribe-auth/AG8PfdvSGE7Xs9iikwF1pDx4K5UNy3T7ks5srfGugaJpZM4P2xGU .

mirkoperillo commented 7 years ago

good, working on a proposal in weekend

hanschua commented 7 years ago

I'll check on this