Update firmware/BootSector batch files.

Fix out-of-date comment.
This commit is contained in:
tomcw
2025-06-13 19:48:12 +01:00
parent b7452e00ba
commit c245494859
3 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
@REM Toolchain
@REM * MSVC (cl.exe)
@REM * Acme (ache.exe)
@REM * Acme (acme.exe)
del bootsector.bin
acme.exe bootsector.a
cl.exe bin_to_c.cpp /nologo
bin_to_c.exe bootsector.bin
-3
View File
@@ -1,8 +1,5 @@
@REM Toolchain
@REM * MSVC (cl.exe)
@REM * Merlin32 (merlin32.exe)
del bootsector
merlin32.exe -V . bootsector.s
cl.exe bin_to_c.cpp /nologo
bin_to_c.exe bootsector
+1 -1
View File
@@ -916,7 +916,7 @@ void MockingboardCard::Update(const ULONG executedCycles)
// Called by:
// . CpuExecute() every ~1000 cycles @ 1MHz (or ~3 cycles when MODE_STEPPING)
// . MB_SyncEventCallback() on a TIMER1/2 underflow
// . MB_Read() / MB_Write() (for both normal & full-speed)
// . IORead() / IOWrite() (for both normal & full-speed)
void MockingboardCard::UpdateCycles(ULONG executedCycles)
{
CpuCalcCycles(executedCycles);