07-20-2015, 11:58 AM -
(07-19-2015, 10:56 AM)Pachus Wrote: Ok, I will take a look into Chip-8. You said that about tutorials because the own effort is the really way of learning, isn't it? I'll try then.
In my opinion, yes. Most tutorials are just "I'm going to show you the complete code but in small bits to explain what they do, so that you're not actually doing anything, just looking at it like a museum piece." No thought, design, or execution involved in it. If you only go by a spec, you're actually thinking and writing an emulator.
The CHIP-8 is simple enough to reasonably do this.
Quote:I'll also try to contribute to HLE, but as I said maybe I have not enough experience (I know C++, but not in an advanced level).
You should brush up on your C++ skills. Maybe use the CHIP-8 emulator as an excuse to?
Quote:Btw, VM = "Virtual Machine" or "Virtual Memory" ? Sorry for the stupid question.
Thank you for the advices!
Virtual Machine.
Asking how to get started is a great question, by the way.