NTSC_VideoGetScannerAddress(): remove redundant 'long cycle6502' parameter

MemReadFloatingBus(): Make consistent by making one call the other
This commit is contained in:
tomcw
2016-11-17 19:52:49 +00:00
parent 8447a22942
commit b8b90a6bd9
5 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -8080,7 +8080,7 @@ void OutputTraceLine ()
if (g_bTraceFileWithVideoScanner)
{
uint16_t addr = NTSC_VideoGetScannerAddress(0);
uint16_t addr = NTSC_VideoGetScannerAddress();
BYTE data = mem[addr];
fprintf( g_hTraceFile,