]> Shamusworld >> Repos - stargem2/blobdiff - src/v6809.h
Fixed the dreaded demo failing bug! HUZZAH! Turned out to be an IRQ line
[stargem2] / src / v6809.h
index a34c1d1f1d974db8675b6a88e2a8b37766a0dd79..d371f06f380c8675136d35f02f5d32bd2f1dcf63 100755 (executable)
@@ -55,5 +55,8 @@ struct V6809REGS
 
 void Execute6809(V6809REGS *, uint32);                 // Function to execute 6809 instructions
 uint32 GetCurrentV6809Clock(void);                             // Get the clock of the currently executing CPU
+uint16 GetCurrentV6809PC(void);                                        // Get the PC of the currently executing CPU
+void SetLine(uint32 line);                                             // Set a line of the currently executing CPU
+void ClearLine(uint32 line);                                   // Clear a line of the currently executing CPU
 
 #endif // __V6809_H__