일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- index
- pandas
- ipad
- Lotto
- Button
- E-P1
- LSTM
- keras
- 알고리즘
- install
- SciPy
- DFS
- mean
- GitHub
- Numpy
- CNN
- imread
- pip
- RNN
- SPL
- Python
- pycharm
- 삼성소프트웨어멤버십
- GT-S80
- mariadb
- dataframe
- Splunk
- Series
- javascript
- synology
Archives
- Today
- Total
잠토의 잠망경
Emulator 제작을 위한 순서 본문
질문:
http://forums.ngemu.com/web-development-programming/51511-how-do-u-make-emulator.html
You can start by looking into a good open source emulator.
I advice you to complete C++ and windows programming ( preferably win32 API ) beforehand.
Learning Direct X would also be helpful
답변:
edit : And no, dont start with an NES,
start with something simpler, like chip8
Chip 8 is a good start, then maybe an Atari or NES emulator to follow,
remember it will be hard but if you keep at it you'll eventually get it
결론:
1st. chip8
2st. atari or NES
http://forums.ngemu.com/web-development-programming/51511-how-do-u-make-emulator.html
You can start by looking into a good open source emulator.
I advice you to complete C++ and windows programming ( preferably win32 API ) beforehand.
Learning Direct X would also be helpful
답변:
edit : And no, dont start with an NES,
start with something simpler, like chip8
Chip 8 is a good start, then maybe an Atari or NES emulator to follow,
remember it will be hard but if you keep at it you'll eventually get it
결론:
1st. chip8
2st. atari or NES
Comments