From 325f9ab2e8a73e93a7e5513ab49198e12cb81df7 Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Wed, 13 Jul 2011 07:11:27 +0000 Subject: [PATCH] - stwcx. now always writes to memory. - Added PPC/68K communication and automatically generated sound IRQs. Sound is now mostly working :) - Increased SCSP MIDI buffer length to 128 to simulate a large FIFO for PPC->68K commands. - Added sound ROMs to those games which have 8 MB of sample ROMs. --- Src/Model3/Model3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index 49ed47a..cabc499 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -1,3 +1,4 @@ +//TODO: Update save state file format (must output) MIDI control port; will no longer be compatible with 0.1a save states /** ** Supermodel ** A Sega Model 3 Arcade Emulator.