Support floating-bus in full-speed mode (#508, #519, #532)

This commit is contained in:
tomcw
2018-02-02 20:19:48 +00:00
parent 62b8b5ac14
commit 2c8f5ce864
5 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -8066,7 +8066,7 @@ void OutputTraceLine ()
if (g_bTraceFileWithVideoScanner)
{
uint16_t addr = NTSC_VideoGetScannerAddress();
uint16_t addr = NTSC_VideoGetScannerAddress(0);
BYTE data = mem[addr];
fprintf( g_hTraceFile,