X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fv6809.h;fp=src%2Fv6809.h;h=39fc3f84638e86545644c4a2319f5f2d1af7c96e;hb=05e3af22c4bd3c40744505a52bbdb24a13fab694;hp=9511654fb9ceb3647bffa0a4fbbfd2e74cc50e8c;hpb=0cb2826bf02b98a5527d04cda97e35b18493cf6c;p=stargem2 diff --git a/src/v6809.h b/src/v6809.h index 9511654..39fc3f8 100755 --- a/src/v6809.h +++ b/src/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__