逆向工程 - DOSBox - Debug ROM



參考資訊:
https://www.vogons.org/viewtopic.php?t=3944
https://www.vogons.org/viewtopic.php?t=7323

步驟如下:

$ cd
$ gti clone https://github.com/svn2github/dosbox
$ cd dosbox
$ ./autogen.sh
$ ./configure --enable-debug=heavy
$ make -j4
$ ./src/dosbox



按下Alt+Pause就可以進入Debug模式


輸入help命令即可以查看支援的命令(home/end按鍵可以卷動Output視窗)