有沒有人有關於如何佈置GameBoy Color ROM的參考資料或來源 - 數據和代碼的位置,使用什麼機器代碼指令,時鐘如何工作等等?我感興趣的可能是自己創建一個模擬器,但除了在十六進制編輯器中查看它們外,我找不到有關roms設置的任何信息。我對.gbc
文件格式的ROM感興趣。關於GameBoy Color Roms的佈局和結構的參考?
我當然可以看看source of a working emulator,但我感興趣的是比起步時更高的水平。
編輯:這裏是真正的好資源的負載,我發現:
- A Emulator being built in javascript與more up to date source。
- "The PAN documents" a detailed spec of the gameboy
- A more up to date and better version of the previous item, with loads of stuff. Best resource。
- Standard Z80 opcodes
- All the opcodes in the Gameboy Z80
- A list of opcodes changed/removed in the Gameboy
- Z80 user manual (useful for flags)
- Discussion of differences between Gameboy Color Z80 and 8080/Z80
- Massive site dedicated to gameboy architecture (+GBA)
- Another document on GBSpec, with timings
另外,see the source for my currently developing project和this finished one in C# for the Gameboy Classic (more docs)
感謝您的答案,即使很長時間之後,問題被問到。你是對的,伊姆蘭弄亂了許多操作碼,所以我從各種參考文獻中自己做了這些操作:D – 2011-03-20 21:43:35
另外,在谷歌上找到的這個PDF可能會有幫助* A LOT *:peru.junglevision.com/secret/GameBoyProgrammingManual.pdf – 2011-03-23 02:50:29