ptcryan / CPM_Due

Z80 Emulator with CP/M on Arduino Due
GNU General Public License v3.0
21 stars 6 forks source link

Fix page 0 init #7

Open ptcryan opened 10 years ago

ptcryan commented 10 years ago

Having the men test program at startup init page 0 to 0xCB causes the OS to hang. Clearing the page to 0x00 in the right locations seems to fix the problem.