]> Shamusworld >> Repos - stargem2/blobdiff - src/v6809.h
Major refactoring of V6809 code--still not 100% at this point
[stargem2] / src / v6809.h
index 4655ef5809dfe3d3172302551661a99413cd7f0a..39fc3f84638e86545644c4a2319f5f2d1af7c96e 100755 (executable)
@@ -3,7 +3,7 @@
 //
 // by James L. Hammons
 //
-// (c) 1997, 2004 Underground Software
+// (C) 1997, 2004 Underground Software
 //
 
 #ifndef __V6809_H__
@@ -57,7 +57,7 @@ struct V6809REGS
 void Execute6809(V6809REGS *, uint32);                 // Function to execute 6809 instructions
 uint64 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
+void SetLineOfCurrentV6809(uint32 line);               // Set a line of the currently executing CPU
+void ClearLineOfCurrentV6809(uint32 line);             // Clear a line of the currently executing CPU
 
 #endif // __V6809_H__