Debug code for cd-rom integration

This commit is contained in:
akuker
2020-07-06 19:23:54 -05:00
parent a14e057028
commit c86764c6e7
3 changed files with 326 additions and 203 deletions

View File

@@ -920,6 +920,9 @@ public:
// Other
BUS::phase_t FASTCALL GetPhase() {return ctrl.phase;}
// Get the phase
void FASTCALL GetPhaseStr(char *str);
int FASTCALL GetID() {return ctrl.id;}
// Get the ID
void FASTCALL GetCTRL(ctrl_t *buffer);