Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
schemescape
on Aug 26, 2023
|
parent
|
context
|
favorite
| on:
NES Emulator in Common Lisp (2016)
Just for fun and learning, after writing a CHIP-8 emulator, what would be a good first emulator for a
real
device to tackle?
NES or Gameboy are my two main ideas, but I'm curious if there are other suggestions.
xcv123
on Aug 27, 2023
[–]
Any 8 bit machines will have similar complexity and difficulty. Personally I have only done the NES as my first and only emulator. I used C++.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
NES or Gameboy are my two main ideas, but I'm curious if there are other suggestions.