Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/emulator/xnes/snes9x/docs/changes.txt
28798 views
1
Snes9x 1.53
2
3
- Rebuilt IRQ handling. (zones)
4
- Improved overall timings, now Snes9x can handle events in
5
a opcode a little. (zones)
6
- Improved screen interlace and sprite interlace supports. (OV2, zones)
7
- Fixed Hi-Res pixel plotter. (BearOso, zones, OV2)
8
- Fixed C4 for Mega Man X2's "weapon get" screen. (Jonas Quinn)
9
- Fixed Super Buster Bros. graphics after reset. (Jonas Quinn)
10
- Improved SA-1 support. (zones)
11
- Added SA-1 CC2 support. (Jonas Quinn, byuu)
12
- Fixed SA-1 NMI override mode. (zones)
13
- Fixed Dual Orb 2 sound glitch. (byuu)
14
- New APU timing hack, fixes various games that exhibit
15
problems with Blargg's SNES_SPC library. (OV2)
16
- Fixed the problem that echo buffer breaks IPL ROM. (zones, OV2)
17
- Fixed movie snapshot unfreeze inconsistency. (gocha)
18
- Faster config file saving. (OV2)
19
- Fixed BlockInvalidVRAMAccess config file option.
20
(windows port, unix port and gtk legacy config) (Jonas Quinn)
21
- Remove POSIX dup and access calls, and rename qword to
22
fix compilation with Cell SDK. (BearOso)
23
- Fixed PS3 version save state crash by using heap
24
allocation for soundsnapshot. (danieldematteis)
25
- Fixed crash relating to double-closed descriptor. (BearOso)
26
- Removed CPUShutdown speedhack, DisableHDMA and
27
DisableIRQ options. (zones)
28
- Removed remaining outdated asm code. (zones)
29
- JMA 64 bit support. (kode54, Nach, friedrich.goepel)
30
- GTK+, Win32, Mac: Added optional Hi-Res blending. (BearOso, OV2, zones)
31
- GTK+, Win32: Support for bsnes-style XML shaders. (BearOso, OV2)
32
- Win32: Full unicode support. (OV2)
33
- Win32: Restored OpenGL mode. (OV2)
34
- Win32: x64 version. (OV2)
35
- Win32: HLSL shader support. (mudlord)
36
- Win32: Win7 jumplist synchronizes with recent roms list. (OV2)
37
- Win32: Updated menu structure. (OV2)
38
- Win32: Drag&Drop support for ROMs. (gocha, OV2)
39
- Win32: Reworked movie-recording with size selection. (gocha, OV2)
40
- Win32: Restored SPC save option. (OV2)
41
- Win32: Fixed vsync in DirectDraw. (OV2)
42
- Win32: Improved window position saving. (OV2)
43
- Win32: Restored compile with DEBUGGER. (gocha)
44
- Win32: Fixed various edge-case errors and/or possible
45
leaks. (Brian Friesen)
46
- Win32: Config file option to always center image. (OV2)
47
- Win32: Fixed "Turbo Down mode" hotkey assignment. (gocha)
48
- Win32: Added and fixed Autofire for D-pad. (gocha)
49
- Win32: Fixed aggressive soundsync wait. (OV2)
50
- Win32: Added window size presets. (OV2)
51
- Mac : Added pause and frame advance functions. (zones)
52
- Mac : Now you can choose any folder for saving files. (zones)
53
- Mac : Updated Music Box (mostly internally). (zones)
54
- Mac : Fixed gliches in open/save dialogs on 10.6. (zones)
55
- Mac : Fixed display configuration in windowed mode. (zones)
56
- Unix : Fixed segfault and hang-up with -DNOSOUND. (zones)
57
- GTK+ : Added ability to set specific folders for SRAM,
58
patches, snapshots, etc. (BearOso)
59
- GTK+ : Fixed many permissions issues with config folders. (BearOso)
60
- GTK+ : Updated compatibility with latest GTK+ and
61
GtkBuilder. Added experimental support for GTK+ 3.x. (BearOso)
62
- GTK+ : Updated software output to use cairo and added the
63
ability to use bilinear-filtering with it. (BearOso)
64
- GTK+ : Fixed issues where cheats wouldn't stay enabled. (BearOso)
65
- GTK+ : Fixed focus issue when there is no window manager. (BearOso)
66
- GTK+ : Fixed X Visual incompatibilities and expose
67
problems in the Xv and OpenGL outputs. (BearOso)
68
- GTK+ : Fixed vsync with new X Server and NVIDIA drivers. (BearOso)
69
- GTK+ : Added "Reduce input lag" option to OpenGL output. (BearOso)
70
- GTK+ : Added a visual indication of the expected video
71
refresh rate for the currently selected sound input rate. (BearOso)
72
73
Snes9x 1.52
74
- IMPORTANT NOTICE: The structure of savestates (also known
75
as snapshots / freeze files) is incompatible with older
76
versions! Snes9x 1.52 cannot read the savestates created
77
by 1.51 or older. (zones)
78
- Highly acculate SPC700 and S-DSP emulation. (Blargg)
79
- Replaced APU emulation cores (SPC700 and S-DSP) with
80
ones provided by Blargg's SNES_SPC library. This renders
81
savestates incompatible with older versions. (BearOso, zones)
82
- SPC7110 emulation. (byuu, neviksti)
83
- Merged bsnes' SPC7110 emulation code. Note that the .rtc
84
file of Far East of Eden Zero is incompatible with older
85
versions. (zones)
86
- Removed graphics pack support. It's no more necessary. (zones)
87
- Replaced S-RTC emulation code with bsnes' one to keep the
88
good compatibility of .rtc files between the two
89
emulators. As a result, Daikaijuu Monogatari 2 now
90
outputs the .rtc file, and its .srm file is incompatible
91
with older versions. (zones)
92
- Added savestate supports for DSP-2, DSP-4, ST-010 and
93
OBC1. (zones)
94
- Added UPS support. (byuu)
95
- Fixed DSP-4 AI problem. (Jonas Quinn)
96
- Fixed invalid memory accesses in C4 and OBC1 codes. (zones)
97
- Fixed invalid memory accesses in BSX codes. My mistake. (zones)
98
- Fixed the read value of $213e, $4210 and $4211. (zones)
99
- Fixed the writing of word values at the memory boundary. (zones)
100
- Fixed the bug that the unnecessary SA-1 emulation
101
continues once any SA-1 games are launched. (zones)
102
- Removed old color blending codes. (zones)
103
- Removed too-old Snes96 and ZSNES snapshot support. (zones)
104
- Updated command-line options. (zones)
105
- Code cleaning. (zones)
106
- GTK+ : Added a port of Snes9x to the GTK+ toolkit. (BearOso)
107
- Unix : Reconstructed and simplified all the contents.
108
Some features have been removed to be simple, and many
109
options have changed. GTK+ port is recommended for most
110
of Linux users. (zones)
111
- Win32: Now uses snes9x.conf to prevent problems with
112
modified meaning of settings. (OV2)
113
- Win32: Removed broken OpenGL mode. (OV2)
114
- Win32: Removed support for 8bit output. (OV2)
115
- Win32: Reworked settings dialogues to accomodate the
116
new APU core and display settings. (OV2)
117
- Win32: Updated defaults to use D3D and XA2 (better
118
Vista and Win7 support). (OV2)
119
- Win32: Direct3D and XAudio2 support. (OV2)
120
- Win32: Added Blargg's ntsc filter (three presets). (OV2)
121
- Mac : Fixed corrupted screenshot on Intel Mac. (zones)
122
- Mac : Fixed sudden abort in QuickTime movie export on
123
Intel Mac. (zones)
124
- Mac : Changed sound settings for the new APU core. (zones)
125
- Mac : Changed the default folder which Snes9x looks for
126
to 'Application Support' folder. (zones)
127
- Mac : Changed folder names: 'IPSs' -> 'Patches',
128
'BIOSs' -> 'BIOSes'. (zones)
129
- Mac : Added Blargg's ntsc filter. (zones)
130
- Mac : Internal changes for Leopard and Snow Leopard. (zones)
131
132
Snes9x 1.51
133
- Added DSP1 and SuperFX savestate support. (nitsuja)
134
- Added screen state GFX to save states. (optional) (nitsuja)
135
- Fixed desync when loading inconsistent state in playback. (nitsuja)
136
- When playback reaches a movie's end, recording continues
137
instead of the movie suddenly closing. (after recording) (nitsuja)
138
- can now record resets and mouse/superscope/justifier(s) (nitsuja)
139
- Added same-line-comment support for config files. (nitsuja)
140
- input display for all controllers (including peripherals) (nitsuja)
141
- Win32: Now uses .cfg file instead of Windows registry. (nitsuja)
142
- Win32: open ROM dialog bugfixes and speedup and facelift (nitsuja)
143
- Win32: option to use standard file open dialog for ROMs (nitsuja)
144
- Win32: maintain aspect ratio and bilinear filter stretch (nitsuja)
145
- Win32: optional removal of the dreaded "black bar" (nitsuja)
146
- Win32: Added EPX,EPX2,EPX3,HQ2X,HQ3X,TV3X,DM3X filters. (nitsuja)
147
- Win32: Added hires support for Interlace and TV Mode. (nitsuja)
148
- Win32: text removed from .avi output (optional) (nitsuja)
149
- Win32: better directory management, customizeable (nitsuja)
150
- Win32: Screenshot support is back. (nitsuja)
151
- Win32: Netplay is back (but still not very good). (nitsuja)
152
- Win32: Made OpenGL Bi-linear an advanced .cfg option. (nitsuja)
153
- Win32: cheat search improvements (address, watch, SuperFX)(nitsuja)
154
- Win32: Added non-modal ("active") cheat search option. (nitsuja)
155
- Win32: new hotkey-config dialog and configurable hotkeys (nitsuja)
156
- Win32: Fixed joystick config in input dialog. (nitsuja)
157
- Win32: Fixed hires and extended height .avi output. (nitsuja)
158
- Win32: various small GUI improvements (nitsuja)
159
- Win32: Netplay fixes. (nitsuja)
160
- "Fake Mute" desync workaround option for movies, until
161
all ports have deterministic sound. (Bisqwit, nitsuja)
162
- Fix for save state blocks > 999999 bytes. (Bisqwit)
163
- C4 games now save C4 data in save states. (DeHackEd)
164
- Unix: Framework for high-speed seeking. Specify a frame
165
number in a movie, and the emulator will run at
166
maximum speed to that frame. Untested. (DeHackEd)
167
- X11: Support for window exposure. When a window is
168
damaged due to overlay, being iconified, etc. it will
169
be repainted correctly. (DeHackEd)
170
- Unix: parameter: -autodemo <filename> loads a movie for
171
playback on startup. Only the x11 code handles this
172
right now. (DeHackEd)
173
- Unix: parameter: -oldturbo, the turbo button renders all
174
frames when fast-forwarding. (DeHackEd)
175
- Unix: parameter: -upanddown, override U+D and
176
L+R protection. (DeHackEd)
177
- Unix: parameter: -mute, currently linux only, blocks out
178
audio output from your speakers while still emulating
179
sound. Not fully tested. (DeHackEd)
180
- Unix: parameter: -maxframes <target> during movie
181
playback, snes9x will exit when the target is hit. (DeHackEd)
182
- Unix: parameter: -keypress shows to stderr and on-screen
183
the currently pressed buttons on joypad 1. (DeHackEd)
184
- Unix: Stream dumping (NOT COMPLETE). With -dumpstreams,
185
raw video and raw audio are dumped to videostream%d.dat
186
and audiostream%d.dat, where %d increments on each CPU
187
reset, starting at zero. (DeHackEd)
188
- Unix: Non-blocking sound on Linux. It makes seeking nicer.(DeHackEd)
189
- Unix: Configurable sound device. (pierredavidbelanger)
190
- configure.in now requires a sufficiently new version of
191
autoconf. (anomie)
192
- Fixed slow versions of branch opcodes. (anomie)
193
- Fixed the mosaic offset bug. (anomie)
194
- No sorting by priority in C4 command 00 00. MegaMan X2
195
can go behind the legs of the intro stage boss. (anomie)
196
- New RTO discovery, fixes Super Conflict: The Mideast
197
title screen. (anomie, byuu)
198
- A 1->0 transition on $2100.7 causes OAM Address Reset. (anomie, byuu)
199
- The final HDMA Indirect Address load is only weird
200
on the last channel of the scanline.
201
Touge Densetsu Saisoku Battle problem solved. (anomie, byuu)
202
- Fixed BGnVOFS bug. Only HOFS needs ~&7 update. (byuu)
203
- Fixed superfluous VIRQ triggers. (zones)
204
- Fixed missing IRQ trigger just after the previous one. (zones)
205
- Fixed missing IRQ while writing to $4200. (zones)
206
- Fixed IRQ timing after WRAM refresh. (zones)
207
- Fixed NMA timing after DMA transfer. (zones)
208
- Fixed superfluous auto-joypad-reading. (zones)
209
- Fixed missing WRAM refresh during DMA transfer. (zones)
210
- Fixed DMA so that HDMA and any HC triggered events can
211
run during DMA transfer. (zones)
212
- Roughly fixed the case that HDMA and DMA use the same
213
channel at the same time. HDMA kills DMA. Thanks byuu. (zones)
214
- Changed initial DMA registers values. (zones)
215
- Slightly modified APU execute timings. (zones)
216
- Fixed APU I/O registers to get/set the proper value. (zones)
217
- Blocked invalid VRAM writings, though you can turn off
218
this option due to Snes9x's inaccurate timings. (zones)
219
- Omitted SPCTOOL, no one uses it. (zones)
220
- Added Sufami Turbo support. (zones)
221
- Added Same Game add-on cart support. (zones)
222
- Fixed HiROM SRAM and DSP1-4 memory maps a little. (zones)
223
- Improved mirroring. (Nach, grinvader, byuu)
224
- CRC32 on BS dumps now follows uCONSRT standard. (Nach)
225
- BS dumps now always run in NTSC mode. (Nach)
226
- Unknown regions (generally betas) default to NTSC. (Nach)
227
- Now support NSRT headers for setting up controllers. (Nach, nitsuja)
228
- Unix: Fixed command line help output. (Nach)
229
- Unix: Sound now defaults to 32KHz, Stereo, Interpolation
230
so Snes9x finally sounds like a real SNES by default. (Nach)
231
- Win32: Saner defaults for movie record. (Nach)
232
- Unix: Fixed crashing with mouse or super scope. (Nach)
233
- Removed some weird code which was crashing Korean
234
League and its varients. (Nach)
235
- Win32: Can now compile with MinGW. (Jonas Quinn, Nach)
236
- Win32: Can now cross compile Snes9xw. (Nach)
237
- Unix: SSnes9x compiles again. (Nach)
238
- Win32: ZSNES C4 and SuperFX compiles once again. (Jonas Quinn)
239
- Unix: Netplay Fixes. (Nach)
240
- Unix: Netplay Improvements. (Fabianx)
241
242
Snes9x 1.5
243
- Pseudo-hires rendering flush, Old 2xsai endian fix (anomie)
244
- Added 'oops' auto-snapshot support (anomie)
245
- Fixed usage messages (Unix) (anomie)
246
- Old split-ROM-in-zip bugfix (anomie)
247
- ./configure fix for detecting libpng (anomie)
248
- Fix "no PNG support" error message (anomie)
249
- Anomie's control remapping patch (anomie)
250
- Support for IPS patches in the zip file (anomie)
251
- OBC1 savestate fix (Overload)
252
- Fix turbo frameskip, X11 keyboard auto-repeat, VRAM reads (anomie)
253
- Add some missing ifdefs (UNZIP_SUPPORT and ZLIB),
254
from AaronOneal (anomie)
255
- Config file for Unix/X11 and Unix/SVGA (anomie)
256
- CPU instruction fixes (mostly emulation mode & timing) (anomie)
257
- Mode 7 fixes (anomie)
258
- Rewrote the renderer. Enjoy! (anomie)
259
- Correct-ish memmap boundary testing. (anomie)
260
- Add support for saner directory structures under Unix (anomie)
261
- Unix: Fixed detection of newer libpng (spotted by vapier) (PBortas)
262
- Added 4-point gaussian interpolation and proper envelopes
263
many thanks to Brad Martin and TRAC. (zones)
264
- Fixed several sound problems. (zones)
265
- Fixed the memory access problem in C++ Super FX core. (zones)
266
- Speed adjustment of C++ Super FX emulation. (zones)
267
- Various timing fixes: NMI, IRQ, WRAM refresh,
268
cycles per line, HBlank start, etc.
269
Many thanks to byuu for much information. (zones)
270
- Removed some game specific hacks. (zones)
271
- Added partial Satellaview (BS) emulation. (Dreamer Nom, zones)
272
- Added the Katakana font for onscreen messages. (107)
273
- Updated JMA to v1 (Nach)
274
- Unix: Fixed JMA options in config (Nach)
275
- Unix: Removed --with(out)-asmcpu option in config
276
because the i386 assembler CPU core is out of date. (zones)
277
- Unix: Changed the default settings in config. (zones)
278
- Updated porting.html (porting.txt) in sync with 1.5. (zones)
279
- Fixed buffer over/under flow due to incorrect logical
280
operator in S-RTC code (byuu)
281
- Fixed HDMA flags bug. (byuu, anomie)
282
- Fixed bugs causing crashing in Unix. (Nach)
283
- Ported Snes9x to AMD64. (John Weidman, Nach, zones)
284
- Completed DSP-1 code. (Andreas Naive, Overload, Nach)
285
- Updated DSP-3 code. (Nach, z80 gaiden)
286
- Updated DSP-4 code. (Dreamer Nom, Nach, z80 gaiden)
287
- Overhauled BS detection. (Nach)
288
- Improved Unix portability. (Nach, zones)
289
- Fixed infiniti loop and invalid read bug in
290
C++ C4 core. (Nach)
291
292
293
Snes9x 1.43
294
- Win32: Disabled Netplay (funkyass)
295
- Win32: Various fixes, including ROM dialog (funkyass)
296
- Win32: New Input Config Dialog (funkyass)
297
- Win32: added .avi output feature (blip)
298
- Win32: fixed frame timings >100ms, added frame advance (blip)
299
- Rewrote Unfreeze, renamed it S9xUnfreezeFromStream,
300
failing to load a freeze file no longer resets emulation (blip)
301
- Fixed Unfreeze to restore IPPU.HDMA properly (blip)
302
- Rewrote OBC1 code to match the real chip (Overload)
303
- More updates the to DSP-1 code, fixes to projection (Overload, Andreas Naive)
304
- Unix/X11: Rewrote keyboard setup code (Bisqwit)
305
- Added movie recording+rerecording support (blip, Bisqwit)
306
- Added -hidemenu CLI switch (funkyass)
307
- fixed broken Win32 filters (lantus)
308
- Added internal support for emulating the new-style SNES (MKendora)
309
- Cleaned up many quirks of the cheat search engine (MKendora, Don Vincenzo)
310
- Fix mosaic in hires SNES modes (Tokimeki Memorial) (MKendora, zones)
311
- Rewrote Legend's hack, added another game to it (MKendora)
312
- Optimized the Open ROM dialog (MKendora)
313
- Rewrote the Seta DSP map (The Dumper, MKendora)
314
- Began string isolation for the UI, eases translation (funkyass)
315
- added -nopatch -nocheat, and -cheat CLI items (MKendora)
316
- fixed a UI typo (funkyass)
317
- fixed several C core stack ops in emulation mode (MKendora)
318
- split emulation mode ops from native mode ops (MKendora)
319
- Seta special chip emulation enhancements (Feather, The Dumper, Overload, MKendora)
320
- code tweaks to the ST010 (Nach, pagefault)
321
- fix some C/asm quirks and HDMA quirks (all my fault) (MKendora)
322
- several timing hacks to fix games (lantus)
323
- improved checksumming for odd mirrorings (MKendora)
324
- Snes9x uses a standard zlib instead of a packaged one (PBortas)
325
- Exhaust Heat 2 and regional ports are playable (Feather, The Dumper, Overload, MKendora)
326
- Game Doctor dumps that are 24 Mbit are now supported by
327
a force option (MKendora, Nach)
328
- SuperFx interleave format is now considered deprecated.
329
Support will be removed in future versions (Team decision)
330
- made SuperFx interleave detection a compile option (MKendora)
331
- added memory maps for slotted games (MKendora)
332
- fixed a typo in the usage messages (MKendora)
333
- fixed the bug that had nuked optimizations (The Dumper)
334
- restored full speed optimizations in release builds (funkyass)
335
- Added non-speed-hack version of color subtraction. (zones)
336
- OpenGL info message font fix (zones)
337
- APU timer fix (zones, Nach)
338
- Fixed mouse offset in resized X11 window. (PhaethonH)
339
- Fixed a (presumably) long-standing bug: Mode 6's BG is
340
depth 4, not depth 8! (anomie)
341
- Unix: unmap all joystick buttons before applying -joymapX (anomie)
342
- Win32: added a define to disable pausing when focus is
343
lost, NOPAUSE (funkyass)
344
- Win32: Changed the default for Auto-save SRAM to 15 sec (funkyass)
345
- Dreamcast: Added SH4 assembler (PBortas, Marcus Comstedt, Per Hedbor)
346
- C90 and aclocal 1.8 warning fixes (thanks Ville Skytt) (PBortas)
347
- Unix: AMD64 compilation fixes. (PBortas)
348
- Added support for NSRT Team's JMA format (Nach, NSRT Team, funkyass)
349
- Unix: Loading a zip file on binaries without zip support
350
will give an appropriate error message (Nach)
351
- Unix: Added install target with proper --prefix handling. (PBortas)
352
353
354
Snes9x 1.42
355
- Added 8-bit rendering filters (funkyass)
356
- Added Sanity Checks for the Display Dialog (funkyass)
357
- New Layout for the Joypad Dialog, (funkyass)
358
- Fixed that anoying Joypad dialog bug. Now check to see
359
if the axis exists before asking for the info form it (funkyass)
360
- Added full POV support. (funkyass)
361
- Fixed sram sizes for SuperFx games (Nach, MKendora)
362
- Stopped saving sram for games with no battery (Nach, Mkendora)
363
- Killed the gray line and slightly optimized Win32 GL (MKendora)
364
- stack wrapping fix in C core (MKendora)
365
- removed some dead hacks (Oda Nobunaga and Dezaemon) (MKendora)
366
- fixed some DMA and HDMA modes (anomie, MKendora)
367
- improved HDMA timing (anomie)
368
- cleaned up load and deinterleave code (MKendora)
369
- removed old UI DLL (MKendora)
370
- new cheat dialogs (MKendora)
371
- started Unicode preparation in Win32 UI (MKendora)
372
- Implement odd sprite sizes, sprite priority rotation. (anomie)
373
- RTO code that hopefully works. MK's #define is
374
"MK_DEBUG_RTO" to try to debug the RTO code. (anomie)
375
- SDD1 decompression support for Linux. Also added a new
376
command line option -sdd1-pack. (anomie)
377
- Added correct VRAM read logic. #define CORRECT_VRAM_READS
378
if you want it. (anomie)
379
- removed the non-VAR_CYCLES path (MKendora)
380
- changed access timing map to be address-based. (MKendora, anomie)
381
- DSP-1 updates (Overload, Andreas Naive)
382
- S-DD1 decompression support (Andreas Naive)
383
- optimized S-DD1 code (anomie)
384
- S-DD1 can use packs or decompression (MKendora)
385
- More work on Exhaust Heat 2 (MKendora, Overload, The Dumper)
386
- separated ROM detection from file reading (lantus)
387
- fixed a mirroring bug in LoROMs (MKendora)
388
- cleaned up some mapping issues (MKendora)
389
- ST018 games now boot before locking up (Mkendora, Overload)
390
- SA-1 state was not completely reset, crashed Marvelous (zones)
391
- Removed sample caching. It caused problems, and was not
392
noticably faster. (MKendora)
393
- Fixed interlace without breaking the displays for MK (anomie)
394
- Fixed a PPU OpenBus hack (anomie)
395
- Moved SPC7110 and S-DD1 regs to speed up the general case
396
of reading the $4xxx registers (MKendora)
397
- altered Hi/Lo ROM detection to fix a few misdetects. (MKendora)
398
- Implemented RTO flags. With MK's implementation of $213F's
399
interlace bit, we now pass the SNES Test Cart's
400
Electronics Test (anomie)
401
- Fix sprite windowing bug (anomie)
402
- Way back in 1.40 MK changed the Windows port to default
403
to a plain old joypad instead of the MP5. And then we
404
removed the hacks for games that dislike the MP5. So
405
we need to change the defaults elsewhere too... (anomie)
406
- cleaned up the hacks section somewhat (MKendora)
407
- removed some interleave hacks (MKendora)
408
- fixed a bug in KartContents (MKendora)
409
- transparency fix for Jurassic Park (lantus)
410
- A hidden Win32 feature (MKendora)
411
- Kludged Mark Davis until I get stable APU timing (MKendora)
412
- Win32 renders overscan always, fixes some jumpy games (MKendora, lantus)
413
- Fixed an FMOD bug (MKendora)
414
- cosmetic tweaks (Everyone)
415
- Fixed 2 special chip bugs in the C core (zones)
416
- Added some sanity fixes to the C core, fixes MLBPA
417
Baseball for C core users (zones)
418
- updated zlib source (includes 1.1.4-1 patch) (MKendora)
419
- compiler warning fixes (PBortas)
420
- Updated the SuperFx asm core (pagefault)
421
- Kludged Unix compilation to produce working SuperFx (PBortas)
422
with the asm core.
423
- Kludged VC to deal with optimization weirdness (MKendora)
424
- Hacked Robocop vs. Terminator using Daffy Duck hack. Stops
425
flashing. (MKendora)
426
- Added some defines to the asm core (MKendora)
427
- Added possibility to take screenshots on Unix (PBortas)
428
- Initialize the C SuperFx core better (PBortas)
429
- Kludge a Japanese golf game until the APU timing is fixed (MKendora)
430
431
432
Snes9x 1.41-1
433
434
- Oops, in the asm CPU core i was stomping on %eax too
435
early, so register $4210 wasn't getting set properly. (anomie)
436
437
438
Snes9x 1.41
439
440
- Win32 controllers now stay the same between games (MKendora)
441
- Win 32 Open ROM dialog fixes (MKendora)
442
- Win32 Display dialog fixes (funkyass)
443
- Win32 OpenGL ratio tweaking. (Reduces the gray line) (kode54)
444
- Fixed Win32 superscope for those having issues (MKendora)
445
- Generic accuracy fix in main SUperscope emulation (MKendora)
446
- sprite bug fixed (gah! How'd we miss that) (anomie)
447
- SPC saving compatibility fix (Caz and zones)
448
- Window clipping update (anomie)
449
- Mode 7 clipping fix (TRAC)
450
- latching fix (anomie)
451
- BS BIOS checksum and mapping fix (MKendora)
452
- Working Uniracers hack (dma.cpp) (anomie)
453
- HDMA Indirect Address fix for Romancing Saga 2 (anomie)
454
- Better savestate hack, does it break anything? (anomie)
455
- C4 C core fixes. Mostly Trapezoid (thanks Nach),
456
some s/short/int16/, some indentation. (anomie)
457
- Damn, but the indentation in ppu.cpp was screwed up.
458
Killed some dead code too (twas commented forevermore). (anomie)
459
- fixed a potential crash in S-DD1 logging (MKendora)
460
- Improved accuracy of Hi/LoROM detection (~500 ROM test) (MKendora)
461
- Hack for Moryou Senki Madara 2, don't call
462
SelectTileRenderer from DrawOBJS if BGMode is 5 or 6. A
463
real fix requires at least rewriting SelectTileRenderer,
464
or inlining a special version in DrawOBJS. (anomie)
465
- DMA traces: add additional address info to reads too. (anomie)
466
- Killed the old Borland Joypad dialog (funkyass)
467
- Fixed issues with Dezaemon and CT, maybe others (anomie, MKendora)
468
- Changed the internal snapshot key from \ to VK_F12 (funkyass)
469
Fixes issues with non-US keyboard layouts.
470
- Fixed OAM reset to not occur during forced blank. (anomie)
471
- Killed some dead OAM reset code that doesn't need saving. (anomie)
472
- Unix/X11: Fixed screen jumping. CT enables overscan mid-
473
frame for only one frame, and we now update the rendered
474
screen height accordingly. Other ports are still broken. (anomie)
475
- Unix/X11: Fixed possible TV mode crash. (anomie)
476
- Fixed OAM reset timing (beginning of V-Blank rather than
477
end) for R-TYPE 3 (J). (anomie)
478
- Unix/X11: Fixed OpenGL target (PBortas)
479
- Unix/OSS: Fixed big endian sound (PBortas/ernstp)
480
- Tweaked the About Dialog so its read-only and no scroll (funkyass)
481
482
483
Snes9x 1.40
484
485
- cleaned up a sound skipping code issue. Same as the
486
RTC issue (lantus)
487
- re-fixed the invalid BRR header behavior twice (Lord Nightmare, FatlXception, Mkendora)
488
- More BS mapping fixes. (The Dumper, MKendora)
489
- Fixed Ranma Bun no 1 - Chonai Gekitou Hen (J) and
490
Street Combat (U). Interlace is not supported in the
491
non-Hi-res modes, as far as I can tell. (MKendora)
492
- Also fixes Maka Maka (J). Frank Yang's report, and
493
anomie's code both provided clues to this one.
494
- Removed special casing on setting 5c77 version to one.
495
This seems to be true for U and J units always. I need
496
it checked out on PAL... (neviksti)
497
- Using SNEeSe's values for 5c78 and 5A22. Note we know
498
that the 5c78 version can also be 1 or 2, instead of 3. (TRAC, neviksti)
499
- Added turbo buttons. Credit/blame for the design goes
500
to slack, Nave, Gogo, and myself. (MKendora)
501
- fixed a bug in turbo (slack, MKendora)
502
- Tried merging the behavior of Old $4200 with new $4200 (MKendora)
503
- Made $4200's return value match what VSMC Explorer
504
showed on Fancia's SNES (MKendora)
505
- Fixed a matrix multiplcation bug in ZSNES state loads (MKendora)
506
- Fixed Dezaemon and Ys3 mode 7 (lantus)
507
- Fixed H-DMA modes 5-7. Thanks to The Dumper for the
508
extra motivation needed. GunForce and Genocide 2 work. (The Dumper, MKendora)
509
- Fixed BG3 Priority. I'm stupid. anomie had fixed it,
510
but lantus fixed it again, because I didn't use it. (anomie, lantus)
511
- Added a Star Fox 2 hack, and an interleave skip (The Dumper, lantus, MKendora)
512
- Cleared BS setting on load (lantus)
513
- Fix for Mode 7 priorities. fixes F-1 Grand Prix (all 3) (anomie)
514
- JANJYU GAKUEN 2 needs Multi-tap 5 off. (Frank Yang, MKendora)
515
- HONKAKUHA IGO GOSEI: No multi-tap 5, allow mouse (lantus, MKendora)
516
- Added a few missed conditional compiles (Nach)
517
- disabled multitap 5 by default, added menu to enable (MKendora)
518
- special thanks to anomie and lantus. One of them is
519
responsible for a bug fix I forgot already. (anomie, lantus)
520
- Removed several Multitap5 disable hacks. (MKendora)
521
- Added an SPC dumping upgrade from kode54 (kode54)
522
- cleaned up some resource leaks (MKendora)
523
- I forgot this since 1.39mk, but SPC700 flag fixes (anomie)
524
- Mode 7 interpolation screen flip fix (anomie)
525
- Updated SPC7110 code a bit, for compatibility (Daniel, anomie)
526
- Changed RTC saving. (Byte exact to old format on Win32)
527
The submitted patch for "safety" doubled the file size,
528
so I had to write it in explicitly little-endian. (MKendora)
529
- Removed the old hidden cursor (MKendora)
530
- Applied a WAI correction from anomie. (anomie)
531
- Added a patch for Pseudo hi-res (anomie)
532
- Hacked around Word writes to $7F:FFFF. Thanks to lantus
533
and The Dumper for verification. (MKendora)
534
- PPC compile fix? and debugger reversion (anomie)
535
- Set defaults differently to improve sound quality. (MKendora)
536
- Clear Force load settings after Init (lantus)
537
- Made menu reset a soft reset. Fixed BL Sound Test & more (CaitSith2)
538
- Fixed word writes to block bounds in asm core. (MKendora)
539
- redone version of my bounds fix, only this one WORKS! (TRAC)
540
- Thanks to TRAC for the AT&T syntax refresher! (TRAC)
541
- Fixed screen saver disable (kode54)
542
- Fixed OAM and sprite priority in the asm core (anomie)
543
- Proper Interlace fix for mid-frame changes (anomie)
544
- Fixed OpenGL to accomodate previous patch (MKendora)
545
- Ported the "Settings" dialog to VC (MKendora)
546
- Fixed ROM Info bugs (_pentium_five, MKendora)
547
- Fixed non-stretched interlacing, but it's s.l.o.w. (anomie)
548
- Superscope and Mouse need to be enabled by the menu. (MKendora)
549
- Fixed HiROM sram reads in asm and C cores (anomie, MKendora)
550
- Added Company 48 to the list. Thanks to _pentium_five_ (StatMat)
551
- Set Super Drift Out's S-ram correctly. (Snes9xppSE Team)
552
- Fixed NTSC timing. Helps ToP Intro greatly (kode54)
553
- Added several entries to the company list, from uCON64 (Nach)
554
- Lots more companies (StatMat, Nach)
555
- Fixed Win32 Superscope support (NT kernel only?) (MKendora)
556
- Added ZSNES OBC1 code ported from asm to C (sanmaiwashi)
557
- Implemented Justifier emulation (neviksti, MKendora)
558
- Fixed Rudora no Hihou's clip window bug (anomie)
559
- Fixed Flintstones sprite issue (lantus)
560
- Fixed sram mappings for Big Sky Troopers and
561
Taikyoku - IGO Goliath. Both map in bank F0 (MKendora)
562
- Fixed a possible crash when switching audio settings (MKendora)
563
- Added per-pack gfx pack configuration (MKendora)
564
- Fixed glitches in DSP-1 games (Flintstones fix) (lantus)
565
- Added delay to Superscope latching. Fixes X-Zone. (neviksti, MKendora, zones)
566
- Added DSP-2 support (Overload, The Dumper, Lord Nightmare,
567
MKendora, neviksti)
568
- Fixed Super Bases Loaded 2 (and J/K ports) DSP-1 seems
569
to ignore the A15 line in LoROM maps (MKendora)
570
- Corrected $4200 again (The Dumper)
571
- Corrected $2100, $2102, and $2102 read behavior (anomie)
572
- Fixed Cancel on the Sound Options dialog. (MKendora)
573
- Fixed the sound options dialog (Thanks, Quattro) (MKendora)
574
- updated DSP-1 support to match chip better (Overload, neviksti, The Dumper)
575
- added a few Ops to the DSP-4 routine (Nothing plays yet) (neviksti, The Dumper, Overload, MKendora)
576
- added screenshot support (anomie, sanmaiwashi)
577
- stubbed the ST010 chip in Exhaust Heat 2 (Overload, MKendora)
578
- hacked around War 2410's lockup (pagefault, _Demo_, MKendora)
579
- updated tests for type 1 ROMs (based on reset vector) (MKendora)
580
- Emulation mode CPU fix (The Dumper)
581
- Open Bus fixes (anomie)
582
- Better Expansion port emulation (anomie)
583
- More Open Bus fixes (Overload, anomie)
584
- HDMA fixes (fix colors only in Full Throttle Racing) (anomie)
585
- Migrated DKJM2 onto the Tales map (MKendora)
586
- Tried to remove Dragon Knight 4 hack (LoROM sram fix) (MKendora)
587
- Fixed ROM Mirroring for LoROMs (<= 32 Mbit) (MKendora, TRAC)
588
- blocked wram to wram DMAs (neviksti)
589
- fixed HiROM mirroring, too. Thanks TRAC! (MKendora, TRAC)
590
- fixed C core RMW and Push ops to write in the correct
591
order, fixes Michael Jordan gfx. (anomie, Overload, MKendora)
592
- set RDIO to start as 0xFF, fixes SuperFx games. (anomie, Overload)
593
- New connect dialog (funkyass)
594
- better conditional compile of FMOD (funkyass)
595
- fixed screenshot code when libpng is not used (funkyass)
596
- added portability fixes (zones)
597
- fixed asm Pushes (anomie)
598
- fixed asm LoROM s-ram decode (MKendora)
599
- migrated DEZAEMON to standard LoROM map (MKendora)
600
- fixed the Madara 2 OpenGL bug (key found in Rudra) (MKendora)
601
- fixed asm RMW instructions (MKendora)
602
- fixed ADC opcode (The Dumper)
603
- added DSP-2 Op09 (The Dumper)
604
- updated C4 C code (anomie)
605
- updated C4 asm code (Nach)
606
- Keep OpenGL in ratio (kode54)
607
- Replaced many more Borland dialogs (funkyass, MKendora, Nach)
608
- Added CRC32 to displayed ROM Info (Nach, MKendora)
609
- Fix cheat support (The Dumper)
610
- improved DMA timing (MKendora, Overload, The Dumper)
611
- Fixed Mode 7 math, removed Dezaemon, Gaia, Ys 3 hacks (TRAC, MKendora)
612
- Mode 7 flip fix (TRAC)
613
- Multiple safety and initialization fixes (zones)
614
- Platform safety fixes (PBortas)
615
- Memmap cleanups (MKendora)
616
- More preliminary work on special chips (The Dumper, Overload, MKendora)
617
- Added color coding (MKendora)
618
- Another HDMA fix (anomie)
619
- added another known hack to the hacked games list (Nach)
620
- ToP memmap changes (MKendora)
621
- Checksum calculation changes (MKendora)
622
- Special cased a few games for OAM issues (MKendora)
623
- Reverted OAM reset to 1.39 timing (MKendora)
624
- Reworked vram wrapping (zones, Mkendora)
625
- Fixed $4210 and Super Professional Baseball 2 (Overload, MKendora)
626
- Fixed APU RAM init (Overload, MKendora)
627
- More support for Exhaust Heat 2 (not playable) (The Dumper, Overload, neviksti)
628
- removed some debris from save states (MKendora)
629
- fixed? Doom's save state bug (MKendora)
630
- simple overdump detection warning (MKendora)
631
632
633
1.39mk3b
634
635
- Fixed the RTC detection. FINALLY done correctly (lantus, MKendora)
636
637
638
1.39mk3a
639
640
- neatened up the company table. (MKendora)
641
- fixed a mistake in the ROM Info box (MKendora)
642
- Added a Calulcated Size field to ROM INfo. (MKendora)
643
- Added 3 more companies to the ROM Info table (MKendora)
644
- Fixed BS detection (The Dumper)
645
- Added a Legend-specific hack to get sound. I remembered
646
it being mentioned in the changelog. (Gary Henderson)
647
- Unbroke the Star Ocean special cases (Trigger of Time, MKendora)
648
- Company 255 is not Hudson-ZFE detects all Hudson games
649
without it, except a corrupt dump (StatMat, MKendora)
650
- fixed a bug in the redone detection for the SPC7110 (CaitSith2)
651
- 44Khz sound should be 44.1Kz. Changed, though you'll
652
need to re-set 44.1Khz to make it take effect. Not sure
653
if this affects non-Windows ports. (MKendora)
654
- Added 32Khz playback (MKendora)
655
- Inproved BS ROM mapping (_Demo_, The Dumper, MKendora)
656
657
658
1.39mk3
659
660
- Honkaku Syogi Fuunji Ryuou (J) fixed (force no multitap) (Frank Yang)
661
Also Fixed Super Castles (j).
662
Also fixed a bunch more. This dude e-mailed like 100 bugs
663
to my hosts, some already fixed in Snes9x1.39mk2, but
664
about 7 were clearly multi-tap5.
665
- also fixed Dekitate High School. Error was in Japanese (Frank Yang, Tomato)
666
- fixed 2 memory leaks (Aaron)
667
- Dai Kaiju Monogotari 2 works as a 40 Mbit ROM. (MKendora, The Dumper)
668
- Fixed the Flashback bug. Lots of info led to this. (neviksti, MKendora)
669
Thanks neviksti, The Dumper, TRAC, and FatlXception
670
for clarifying the behavior.
671
- Fixed Sailor Moon Fuwa Fuwa Panic 2 to work with (neviksti, MKendora)
672
previous fix. It's a total hack, but it should sound
673
just like the old Snes9x did. neviksti strikes again!
674
- Dirty hack to make 3 games deinterleave properly: (MKendora)
675
Wizardry 4, Mark Davis, and Honkakuha Igo Gosei(FX)
676
all work as well as the deinterleaved counterparts.
677
(The last is a hacked game, and you should get the
678
non-FX version)
679
- Fixed Seima Jyuden Beasts and Blades. Another Multitap, (Frank Yang)
680
but for some reason, the hack requires the C cpu core.
681
Thanks to Tomato for taking a stab at the error message,
682
as well. It was too vague to be of use, he said. I
683
just tried it because it worked on other games.
684
- Res Arcana fixed. Another Frank Yang report, another J (Frank Yang, MKendora)
685
error, but I can read kana well enough with a table!
686
- Removed a Terranigma specific hack. Not sure, but the (anomie)
687
new behavior might have fixed Tin-Tin in Tibet's colors.
688
- Dirty hack to work around a dirty hack. Both Yoshi's (MKendora)
689
Island (E) dumps should work now
690
- Added the JumboLoROM memory map, Extends LoROM support (The Dumper, neviksti, MKendora)
691
to 48+ Megabits.
692
- added an EXTBG fix, since iirc, TRAC is using it as well (anomie)
693
Does it actually fix anything?
694
- Fixed crash in DSP Op06 (The Dumper)
695
- Fixed a GUI error on my part (Trigger of Time)
696
- Cleaned up some of the SPC7110 detection/size code. (MKendora)
697
- Merged in XBox port changes to SPC7110 code (lantus)
698
- Added a call to Memory.Deinit when exiting. (lantus, MKendora)
699
- Many memory leaks fixed while chatting with lantus (lantus, MKendora)
700
- Fixed that stubborn open/close leak (lantus)
701
702
703
1.39mk2
704
705
- hacked in Shien's Revenge (anomie)
706
- fixed Orge Battle's green lines. (CPU source for DMA) (anomie)
707
- Looks interesting, and might apply to other DMA cases?
708
- maybe "fixed" DKC's barrels? by treating $2001
709
as unmapped. The game worked before with a hack. (MKendora)
710
- optimized SPC7110 slightly by removing extra setup work (MKendora)
711
- Fixed DBZ 3 (Korean). S. Korea is, in fact, NTSC. (MKendora)
712
- Fixed a hard-coded value in the SPC7110 (MKendora)
713
- Added a Win port ROM Info dialog (MKendora)
714
- some companies aren't in the table I used.
715
If you encounter an Unimplemented company,
716
report it the the Snes9x development forum, with
717
the correct company and the number.
718
719
720
1.39mk
721
- SPC7110 support based on Dark Force's docs. (Dark Force, zsKnight,
722
The Dumper, MKendora)
723
Trust me when I say those guys deserve the credit more
724
than me. From what I'm told, Dark Force is the man
725
behind most of the reverse engineering, but they all
726
did a much harder bunch of work than I did following
727
their specs. It's plain and simple that these three
728
are the masterminds behind all SPC7110 support.
729
730
Dark Force for reverse engineering the chip (Extremely tough work!)
731
zsKnight for the original core, and probably other things
732
The Dumper for dumping the packs and doing hardware tests.
733
734
Also thanks to CaitSith2 for numerous bug reports
735
and a lot of bug fixes.
736
737
- Theme Park hack removed, fixed via PPU latching (anomie, MKendora, TRAC)
738
- WWF Wrestlemania hack removed (anomie, TRAC)
739
- Strike Gunner hack fixed (anomie, MKendora, TRAC)
740
- FF:MQ text fixed. May help other sprite issues. (TRAC)
741
- Umi Hara Kawa Se timing corrected. (anomie)
742
- S-DD1 packs load by the same rules as ZSNES (MKendora)
743
- SPC7110 code builds in linux (Lord Nightmare, zinx)
744
- Added The Dumper's DSP-1 updates (The Dumper)
745
- SPC7110 is correctly displayed on load, RTC also noted. (MKendora)
746
- Fixed a potential graphics problem (TRAC)
747
no known games fixed, but who knows?
748
- Fixed Ballz3D (pagefault)
749
- Re-fixed Ballz3D, via DSP op 0F (The Dumper)
750
- included some of anomie's fixes. Many caused me grief,
751
so only Marko's Magic Football is intentionally fixed. (anomie)
752
- finished zsnes save support, though I don't know how
753
well it will work with SPC7110 games (MKendora)
754
- Added a new soundux.cpp again to fix some noise.
755
(Fixes the GW "fart track") (Lord Nightmare, info from Anti-Res)
756
- Added 3 cache modes for SPC7110 games (MKendora)
757
- Added new BRR decoder. Requires sample caching
758
and the Anti-Res decoder be disabled. (FatlXception, port by Lord Nightmare)
759
- Added CaitSith2's RTC debugger. define RTC_DEBUGGER in
760
project settings to enable it. (CaitSith2)
761
- SPC7110 per-game cumulative logging (MKendora)
762
- other fixes that I've forgotten (sanma iwashi, TRAC, anomie, ????)
763
764
- "I'm not worthy" thanks to the original SPC7110 crew (DF, zsKnight, and the Dumper)
765
- Thanks again to the same people, because they deserve it!
766
- thanks to The Dumper, Dejap, TRAC, and all the ZSNES crew for technical assistance
767
- Thanks to most of the Snes9x mods for testing (no thanks to you, Raptor ;)
768
- and thanks to TRAC and #mkendora for letting me vent at you.
769
770
1.39
771
- Added SDD-1 unknown graphics data logging at the dumper's request. A bit late
772
but might help with Street Fighter 2 Alpha's data dumping. Creates a
773
romname.dat file in the freeze file folder.
774
- Implemented 16-bit texture support for OpenGL modes in Windows and Linux.
775
Had to support a new pixel format type to do it - RGB5551 (one bit of alpha)
776
which caused me some major problems - black was no longer always pixel value
777
zero!
778
- Removed the Bump map OpenGL mode from the Windows port (didn't look so good
779
anyway and was slow).
780
- Added a hidden novelty OpenGL mode (clue: a keyboard shortcut activates it)
781
- Reverted back to FMod version 3.20 after reports that version 3.33 broke
782
AD3 support.
783
- Implemented a better work-around for the broken select system call in the
784
Linux kernel - the original work-around was long-winded and stopped working
785
when I implemented OpenGL support under Linux.
786
- Added the same speed-up hack to the OpenGL code that the Glide code already
787
supported. Basically, if your OpenGL implementation supports 16-bit textures
788
then OpenGL mode should be as fast, or faster than the 3dfx Glide mode.
789
- Hopefully fixed Glide support.
790
- Reverted back to the original colour blending code. The newer code, although
791
more accurate in most cases, had too many glitches and was slower.
792
- Included multiple Japanese games fixes from Iswashi San.
793
- Fixed a timing problem caused by a speed up hack that was affecting Top Gear
794
300. No the game still isn't playable yet, but I noticed the problem while
795
investigating the DSP-4 chip used by the game.
796
1.38
797
- Added support for Star Ocean and Street Fighter 2 Alpha decompressed graphics
798
packs from dejap. Used a binary chop search rather than a linear search to
799
locate correct decompressed graphics more quickly - should help emulation
800
speed during later stages of the game.
801
- Included OpenGL support into the Linux port and speeded up the Windows OpenGL
802
implementation slightly. The real speed up would occur if I could figure out
803
how/if 16-bit textures are supported in OpenGL because at the moment the
804
16-bit software rendered SNES image must be converted to 24-bit before being
805
uploaded as a texture...
806
- Included the latest ZSNES DSP-1 code. Now Pilotwings, SD Racer and Suzuka 8
807
Hours are playable. Aim For The Ace, Super Air Diver 1 & 2 and Syutoko Battle 94
808
are also playable, but with bugs. Thanks to zsKnight, _demo_, et al for all
809
their hard work.
810
- Another Daffy Duck: Marvin Missions screen flicker problem worked around -
811
writing to the IRQ enable register shouldn't clear any pending IRQs, but
812
Sieken 3 seems to require this or else the game hangs. Special-cased Daffy
813
Duck for now.
814
- An NMI emulation bug was triggering a Panic Bomberman World game bug,
815
crashing it. Basically, if a game enables NMIs after the normal trigger
816
point, the NMI should not trigger if the game has already read the NMI clear
817
register.
818
- Panic Bomberman World requires SPC700 memory to be initialised to zero on
819
reset otherwise the game hangs when a tune finishes and another one should
820
start.
821
- Added mouse pointer auto-hide to the Windows port. Much better than the turn
822
the mouse pointer into a black dot method I was using before.
823
- Included the latest ZSNES Super FX code. Not sure if it fixes actually fixes
824
any games.
825
- Added an offset hack for Strike Gunner to get the scrolling ground layer
826
to line up correctly - another offset-per-tile bug hacked around for now.
827
- Arrr! Left in some debugging code in the last release that prevented all
828
games that need the slower SPC700 timing from working. Removed it.
829
- Hmm. The broken cut-scenes in Deep Space 9 seem to indicate that I haven't
830
got the emulated clock speed of the 65c816 CPU correct yet. And not by a
831
little bit - a 9% too slow error. Hacked special timing for the game for now.
832
- Added triple-buffering to Windows port - enabling double-buffering actually
833
enables triple-buffering if you have enough free video RAM, defaulting to
834
double-buffering if you don't.
835
- Fixed another crash bug in the interpolated mode 7 code - if no scaling
836
was being used (either up or down) and screen repeat was enabled and the
837
screen was flipped horizontally, the routine would crash Snes9x. Was causing
838
Snes9x to crash during rock monster boss stage of Castlevania 4.
839
- Oops. Got the initialisation of the default SNES screen width and height
840
round the wrong way - could cause a X Windows System error message on the
841
UNIX port after loading a ZSNES freeze file.
842
- Included the unofficial Windows port emulation fixes for several games including
843
Kentouou World championship and TKO Super Championship.
844
- Included Iwashi San's improved Anti Res. sound sample decoding routine and
845
updated the C version to match.
846
- Included Anti Res. improved sample decompression code he sent me ages ago,
847
but for some reason I didn't include. Sorry. This version seems good enough
848
to leave enabled all the time.
849
1.37
850
- Added fix for Captain America's corrupt graphics - a ROM bug causes it to
851
read from what I thought should be an unmapped memory area, but it expects
852
the value returned to be zero.
853
- Added code to support games that switch to the hi-res. SNES screen mode part
854
way down the screen while using the 3dfx bi-linear filter mode. The code
855
basically has to back out of the speed up hack it was using when the game
856
switches resolutions.
857
- Fixed support for games that have mixed lo-res. (256x224), medium res.
858
(512x224) and hi-res. (512x448) all on the same screen - corrects the display
859
of Majin Tensei 2.
860
- Added support for games that use sub-screen addition to the back-drop layer
861
while displaying hi-res. graphics - something I thought the SNES couldn't do
862
but the game Marvelous uses this.
863
- Reworked the UNIX/Linux output image handling code: the image doesn't always
864
have to be scaled when hi-res. support is enabled, the PutImage operation
865
only updates the area of the screen it has to, the SNES image is now always
866
centred in the window/full-screen area and if the SNES image changes size
867
between frames, the old screen areas are now correctly cleared.
868
- Fixed the corrupt graphics problem during the battle scene of Last Bible 3 -
869
it requires that previously unknown DMA mode 5 should just act the same as
870
DMA mode 1.
871
- Fixed a nasty bug when H-IRQs were being reused on the same scanline - a logic
872
bug could cause H-DMA processing for that line to be skipped. Was causing
873
the bridge and the start banners to be the wrong colours in Top Gear 2.
874
- Added Kreed's display processing modes to the Linux port, including his new
875
asm version of the Super2xSaI mode and the new software bi-linear filtering
876
mode.
877
- Think I might have figured out the odd Mode 7 glitch problems the games
878
Illusion and Gaia and Chase HQ were having. My original fix was to mod the
879
centre X & Y values with 1024, but looks like the true fix is to mod
880
X + horizontal offset and Y + vertical offset with 1024 when screen wrapping
881
is enabled.
882
- Disabled H-DMA'ing into V-RAM via registers 2118/2119. The game Hook
883
deliberately does this causing graphic corruption while dialog boxes are
884
displayed. Maybe the real SNES disallowed this and it was left in the game by
885
mistake? Not sure what effect the game was trying to produce because
886
disabling the emulation of this feature doesn't seem to affect the game at
887
all, other than stopping the corruption.
888
+ Also fixes graphics junk problem on first screen of Bugs Bunny.
889
- Added a 'region-free' timing hack for Power Rangers Fight - without it the
890
NTSC version was displaying badly glitching graphics; I'd already fixed the
891
PAL version.
892
- Added true priority-per-pixel mode 7 support (the previous support was just
893
a hack to get the colours correct) - level 2 of Contra 3 used this feature.
894
- The Japanese, German, French and Spanish version of Illusion of Gaia needs the
895
slow SPC700 timing.
896
- Deleted the Breath of Fire 2 S-RAM hack for the hacker intro version -
897
according to reports it was causing problems for the non-hacked version.
898
- Legend, the PAL version, never sets the sound master volume control - Snes9x
899
was defaulting this to off, I guess the real SNES must default it to full
900
volume; changed Snes9x. The NTSC version of Legend does set the master
901
volume level, but sets it to off just after the title screen. Hmm. The -nmv
902
command-line switch allows you to hear sound in this version.
903
- Panic Bomber World was tripping an SA-1 emulation bug - the WAI instruction
904
emulation code was setting the 'waiting for interrupt' flag on the wrong CPU
905
causing the main SNES to skip an instruction when the next interrupt occurred.
906
- Panic Bomber World, Bomberman 4 and UFO Kamen Yakisoban all need the slower
907
SPC700 timing.
908
- Oops! The Super Formation Soccer 95 fix was causing Aero 2 to lock up. This
909
means I have no no idea what value the DMA in progress register should
910
represent. I've hacked it and made it toggle between 0 and $ff on each read
911
which gets both games working, for now...
912
- The ROM de-interleaving code always assumed the blocks were rearranged based
913
on a power of two, but Francois found a copy of Soldiers of Fortune where
914
this was not the case. Corrected the code.
915
1.36
916
- Finally worked out why the menu items weren't being highlighted in several
917
ROMs, including Battletoads, U.N. Squadron and All Japan Pro Wrestling.
918
Two problems: its seems the SNES does halve the colour value result when
919
blending colours when only the fixed colour addition/subtraction is enabled,
920
but doesn't halve the result when sub-screen is being blended and its a clear
921
part of the sub-screen. The second problem was that I had an optimisation
922
that prevented the time consuming colour blending code from being called if
923
the colour being added/subtracted was black - adding zero to a number doesn't
924
affect the result, but not performing the side-effect of halving the result
925
does affect the final value...
926
- Super Formation Soccer 95 requires that the DMA enabled register doesn't
927
always return zero, otherwise the game locks up.
928
- Thanks to several people reporting a screen flickering problem in the
929
pseudo 3-d section of Jurassic Park 2 I've fixed a nasty problem in H-IRQ
930
handling code which could cause double-triggers or skip IRQs altogether.
931
With this fix I can now remove the special hacks for Ninja Warriors Again,
932
Chuck Rock and F-1 Grand Prix.
933
- More games needing the slow SPC700 timing:
934
Zennihon Puroresu 2, Soulblazer and Robotrek.
935
- The CPU idle time skipping code was skipping cycles during a software delay
936
loop in Itchy and Scratchy, causing screen flicker.
937
- Looks like reading the value of register $2137 shouldn't clear a pending
938
IRQ - was causing screen flicker on Yoshi's Island.
939
- Actraiser 1 & 2 both need the slow SPC700 timing.
940
- Terranigma reads a sound channel's current sample output value and waits for
941
it to be zero before preceeding. I forgot to always return zero when a
942
channel was silent. This mistake was causing the game to lock up.
943
+ Itchy and Scratchy and was causing the music to stop and samples to be cut
944
short in the Mario Early Years series.
945
- Added a hack for Secret of the Evermore - at several points in the game, just
946
as the plane is about to land, it reads from unknown registers $4000 and
947
$4001 and, if it doesn't get the value its looking for, the game hangs or
948
displays corrupt graphics.
949
- Silva Saga 2 was accidentally triggering a colour blending hack I put in
950
place Kirby Dreamland 3 and Kirby Superstar.
951
- The ZSNES freeze-file loading code could leave a file open if the file wasn't
952
a valid ZSNES freeze file.
953
- Super Punch-out requires certain DMA registers to be updated after the DMA
954
completes. Snes9x used to do that, but I must have accidentally left the code
955
commented out whilst investigating a different problem in another game.
956
1.35
957
- Added a recently played game list to the Windows port File menu so you can
958
quickly load up your favourite games.
959
- Included IPS patching support based on code from Neill Corlett - just rename
960
the patch file to match your ROM image name but with a .ips extension and
961
copy it into your ROM or freeze-file folder.
962
- Added John Weidman's and Darkforce's S-RTC, (Real Time Clock) emulation code.
963
The only game that seems to use it is Dai Kaijyu Monogatari II.
964
- Included code from Nose000 for games with 128Kbytes of S-RAM. Now
965
Sound Novel-Tcool, Thoroughbred Breeder 3, RPG-Tcool 2 and Dezaemon are
966
supported.
967
- The Windows port now has an option to make the 'turbo speed' button a toggle
968
button.
969
- The optimised fixed colour addition/subtraction code was ignoring the colour
970
window. Thanks to John Weidman for pointing this out.
971
- Added mode 7 and hi-res. hack for Dezaemon from Nose000 - the mode 7 hack
972
looks interesting (to me); I wonder if some other games would benefit?
973
- Both Tales of Phantasia and Star Ocean need custom sound CPU timing. Hmm.
974
That's 4 ROMs now, there will be more... That means I still haven't
975
discovered all the major SNES timing quirks. :-(
976
- Windows port now has an option to save the S-RAM data at any time.
977
- Windows port saving SPC dumps now auto-increments the filename.
978
- Added work-around for a Super Robot Wars Ex ROM bug - the game was checking
979
the wrong PPU register for end of h-blank. The game must have only worked by
980
chance rather than by design on a real SNES.
981
1.34
982
- Corrected the colour addition/subtraction and halve the result code not to
983
halve the result when only the fixed colour is used, i.e. the sub-screen is
984
clear. Discovered and fixed this awhile ago, but I accidentally reintroduced
985
the bug when adding some optimisations a few versions back.
986
- Finally cleared the last of the offset per tile background mode bugs. There
987
was something odd about the tile at the left-hand edge of the screen that I
988
couldn't figure out - well now I have. Yoshi's Island level 6 boss screen,
989
Mario RPG mine cart screen and Jim Power title screen now all display
990
correctly.
991
- Made reading blank areas of the SNES memory map return the middle byte of
992
the address - fixes Home Alone which tries to execute code in an empty part
993
of its memory map but only works because the real SNES seems to return the
994
middle byte of the address - $60 in this case, which corresponds to the
995
ReTurn from Subroutine instruction.
996
- Added auto-cycle skipping disable for Earth Worm Jim 2 and several other
997
games that spool sample data using H-DMA as the sample is being played.
998
Improves some sound effects in these games.
999
- Fixed joy-pad routines to only report up or left if down or right are also
1000
pressed respectively. Works around a game bug in Empire Strikes Back in the
1001
asteroid stage where the game crashes if both left and right are pressed -
1002
something impossible to do on the original SNES game-pad.
1003
- Added custom SPC700 timing for Rendering Ranger R2 - the game now works with
1004
full sound. No idea why it needs custom SPC700 timing.
1005
- The ROM type detection was broken for Treasure Hunter G and Test Drive 2 -
1006
fixed the code so type 2 ROMs can be LoROM.
1007
- Adjusted the main CPU cycles per scan-line from 341 to 342 to give an exact
1008
match for the timing required for Earth Worm Jim 2. All EWJ2 needs now
1009
for perfect sound emulation is a method of synchronising the emulation
1010
speed to the host hardware's sound card playback rate, oh, and a fast CPU!
1011
The Linux port already has this but seems to be broken because games
1012
play at double-speed when this option is enabled.
1013
- Some SPC700 code in Earth Worm Jim 2 seemed to prove that I had guessed the
1014
clock speed of the SPC700 sound CPU incorrectly - out by almost a factor of
1015
two, in fact. Changed the relative emulated clock speed of SPC700. Now
1016
Chrono Trigger doesn't lock up at certain points anymore, the special SPC700
1017
timing for games written by the Human Software company isn't required and
1018
you can hear some more of the sound samples in Earth Worm Jim 2, etc.
1019
- H-IRQ triggering code was broken - if a ROM turned on H-IRQ but later turned
1020
it off, Snes9x could continued to generate H-IRQs, crashing some games.
1021
- Added a generic test for Human Entertainment games - they need special
1022
sound CPU timing to work. Gets Taekwon-Do working.
1023
- Disabled offset-per-tile mode for Theme Park; the world map screen is corrupt
1024
with it enabled.
1025
- Yet more changes to the offset-per-tile backgrounds modes 2 and 4. Added
1026
64 tile wide screen support for Mario RPG's mine cart ride and fixed multiple
1027
bugs with the handling of horizontal offset-per-tile used in Chrono Trigger's
1028
fade in of the space ship.
1029
- New feature: Snes9x can now load ZSNES freeze state files! Just copy them
1030
into the freeze file folder and Snes9x will load them when you load a freeze
1031
file, but only if the corresponding native format Snes9x freeze file doesn't
1032
exist.
1033
- Added memory map hack for Batman - Revenge of the Joker: its ROM header block
1034
is in the wrong location and Snes9x incorrectly detected its ROM type.
1035
- Fixed an off-by-one-pixel clip window 2 bug when the window was set to clip
1036
outside the window area; clip window 1 was already correct. Removed the bright
1037
line bug at the left edge when the combat screen is appearing in Starfox and
1038
the clip problem when text boxes zoom-out in Yoshi's Island.
1039
- Jim Power's title screen seems to prove that the per-tile offset data on
1040
mode 2 isn't ignored for the left most tile as I originally thought.
1041
Modified the code.
1042
- The recent timing changes highlighted another problem with Daffy Duck -
1043
changed IRQ enable register to only clear pending IRQs if one has been pending
1044
for several microseconds.
1045
- Speeded up the sprite data register handling slightly.
1046
- Finally got Aero the AcroBat 2 working, after many hours of investigation,
1047
spread over several years - literally! Two problems. The SNES doesn't seem
1048
to consider scan-line line zero to be part of the v-blank period even though
1049
the line is never drawn and V-IRQs at the start of the scan-line have to be
1050
delayed until a few microseconds into the line - Traverse: Starlight & Prairie
1051
required this as well, so I removed the original, Traverse specific hack.
1052
There's a problem with the in-game music that I'll investigate at a later
1053
date.
1054
- The in-game music problem just required ENVX emulation to be switched on,
1055
off by default on the Linux port, on by default on the Windows port.
1056
- Fixed the mode 7 corruption problem on the title screen of Chase HQ using the
1057
same trick as Illusion of Gaia - i.e. mod the mode 7 centre X & Y values with
1058
1024.
1059
- Fixed another crash bug in the interpolated mode 7 code - a portion of
1060
the code was ignoring the screen flip value and the fact that X render
1061
direction reversed if the screen was flipped horizontally. Was causing a
1062
crash on the whale boss screen of Kirby Superstar.
1063
- Mortal Kombat 3 now auto-adjusts emulated cycles per scan-line work-around
1064
a speech sample being cut short.
1065
- Added sample data register reading support to the sound DSP - somehow I
1066
seem to have missed implementing this. Not sure if any ROM actually reads
1067
the value.
1068
- Followed Sumire Kinoshita's suggestion and stopped clearing the ENDX flags
1069
when the value is read, against my better judgement, and it does actually
1070
improve speech samples in several games. Ooops! The Mortal Kombat series,
1071
Magical Drop 2 and Metal Combat are the ones I've discovered so far.
1072
- WWF Arcade now auto-adjusts the cycles per scan-line value to work-around
1073
a sound sample repeat problem.
1074
- Hmm. There's something about offset-per-tile mode I don't understand - WWF
1075
Wrestlemania Arcade is getting corrupt graphics; not sure what effect the
1076
ROM is trying to produce. Disabled offset-per-tile mode for the game for now.
1077
- Fixed Street Racer player 1 wobble problem during the soccer game by auto-
1078
adjusting the cycles per scan-line value slightly.
1079
- Made Power Rangers Fight auto-adjust emulated cycles per scan-line to work
1080
around a slight timing problem that causes an NMI to corrupt register
1081
values that an IRQ handler is trying to update. Without it the scrolling
1082
back-drop and fighter graphics are corrupt.
1083
- Illusion of Gaia seems to need the mode 7 centre X & Y values to be mod 1024
1084
if the screen repeat flag is set. Fixes the island fly-over bug right at
1085
the end of the intro but breaks a few other games. Hmm. Made it auto-switch
1086
on for this game only.
1087
- Added memory map support for Radical Dreamers. Thanks to satellite hut master
1088
for the information.
1089
- Made updates to the top bit of the sprite write address register be ignored
1090
unless the low byte had been written to first. A ROM coding bug in
1091
James Pond II requires this, otherwise it writes a junk byte value into the
1092
main character's X position and Robocod wobbles around all over the place.
1093
- Reverted back to pre 1.31 way of initialising unknown register values -
1094
Rock and Roll Racing was reading a junk register value and using the value
1095
to set up DMA, which in turn was causing corruption on the player select
1096
screen.
1097
- Added Star Ocean memory map - thanks zsKnight! The original ROM I was testing
1098
was corrupt, no wonder I couldn't figure out the memory map myself! The game
1099
still isn't playable, though, due to missing S-DD1 graphics decompression
1100
(+ encryption?) emulation.
1101
- Started to dump some compressed data values from Street Fighter 2 Alpha in
1102
the hope that one day someone will be able to crack the S-DD1's compression
1103
algorithm.
1104
1.33a
1105
- C4 emulation wasn't being automatically enabled for Rockman X2 / X3 - the
1106
Japanese versions of Megaman X2 / X3.
1107
- Fixed the Super FX plot table pointer that I accidentally broke while saving
1108
1Mb of workspace RAM - it was stopping all Super FX games from working.
1109
1.33
1110
- Noticed another problem with the CPU_SHUTDOWN code - Chrono Trigger locked
1111
up during the intro but only when using the asm code CPU core. Found the
1112
algorithm difference between the code and made the CPU match what the C
1113
version was doing. Still not sure why it caused a problem in the first place.
1114
- Changed colour subtraction code to use Lindsey Dubb's newer version he sent
1115
me some time ago but I 'forgot' to include. I say forgot, but I really put
1116
off including it because, although it improves most games that use the
1117
effect, it does result in one or two slight visual glitches.
1118
- Hacked in zsKnight's C4 emulation asm code - now both Megaman X2 and X3 are
1119
playable. Still got to complete the reverse engineering of the i386 asm code
1120
to C so other, non-Intel ports can have C4 emulation.
1121
- Shuffled the keyboard mapping a bit on the Linux port so now Tab key acts as
1122
an emulation speed turbo button, `, # and ~ act as superscope turbo and
1123
/ acts as the superscope pause button.
1124
- Fixed asm CPU_SHUTDOWN code that I accidentally broke while trying to
1125
optimise it! Thanks to all the people who noticed Snes9x's frame skipping
1126
had changed between releases. Frames rates should be improved again for more
1127
than 50% of games.
1128
- Re-enabled in-lining of the C SNES memory access routines, improves frame
1129
rate by one or two on slower machines.
1130
- Optimised the asm 65c816 addressing mode emulation code a little.
1131
- Included some code changes making life easier for the Mac porter, John Stiles.
1132
- Added memory map support for Sufami Turbo using information supplied by
1133
Nose0000. No idea if it works because I don't have the ROM.
1134
- Spent a few minutes trying to figure out the Star Ocean memory map so at
1135
least the sound effects could be heard. But gave up after a couple of hours
1136
due to laziness. If anyone knows the memory map details, let me know please!
1137
1.32a
1138
- The delay loading of the OpenGL DLLs on the Windows port was causing the
1139
OpenGL initialisation code to fail. Reverted back to normal DDL loading but
1140
with the side effect that Windows 95 users must visit the Microsoft web site
1141
and download the OpenGL add-on before Snes9x will work for them.
1142
- Corrected the OpenGL bump-map display option - my attempt to get the
1143
bi-linear OpenGL display option to work with Voodoo card's limited texture
1144
size had broken the bump-map mode.
1145
1.32
1146
- Changed the Windows port to delay load the two OpenGL DLLs, so now they're
1147
only loaded if you switch to OpenGL mode. The original version of Windows 95
1148
didn't include the OpenGL DDLs, so Snes9x wouldn't even start on that
1149
platform; now it should.
1150
- Added yet another sound buffer option to the Windows port - this time the
1151
block size of sound data to mix. Some DirectSound sound card drivers only
1152
report the play position moving in steps rather than continuous amounts and
1153
Snes9x's default mix block size turned out to be smaller than this step
1154
value on several cards.
1155
Snes9x couldn't work out out where the true play position was accurately
1156
enough resulting in broken, noisy sound output.
1157
- Modified the Windows frame timer code to use semaphores rather than events -
1158
they should make Snes9x more reliable at not missing frame sync pulses when
1159
Windows is busy doing background tasks.
1160
- Added SA-1 shutdown code - basically, Snes9x now stops emulating SA-1 CPU
1161
instructions when the SA-1 enters an idle loop waiting for the main SNES
1162
CPU to give it something to do. All SA-1 run much faster and smoother now.
1163
- Added multi-axis joystick/game controller support to the Windows port and
1164
tweaked the dead-zone threshold position a little.
1165
- It looks like the SNES PPU was designed to support 128K of V-RAM but only
1166
64K was fitted; Snes9x wasn't wrapping all V-RAM address to stay within the
1167
64K limit causing a corrupt title screen on ReX Ronan - there will be others.
1168
- Added amend functionality to the Windows Cheat Entry dialog and added extra
1169
text boxes for direct address and cheat value input rather than only being
1170
able to type in a Game Genie or Pro-Action Reply code.
1171
- BS Suttehakkun2 was crashing just before start of play - the ROM was
1172
performing a junk DMA that was corrupting RAM, crashing the game when it
1173
went searching for a particular value.
1174
- F-1 Grand Prix requires IRQ triggering when IRQ scan-line register set to
1175
current scan line, but Chuck Rock objects. Hmm. Chuck Rock seems to indicate
1176
the CPU emulation is running too fast, but I can't see where the mistake is.
1177
Special-cased Chuck Rock for now.
1178
- Optimised SNES DMA handling slightly - copying data to SNES V-RAM is now
1179
significantly faster.
1180
- Windows Cheat search dialog was ignoring data type parameter in various
1181
places which was causing problems when larger numbers were being searched
1182
for.
1183
- Forced unknown PPU register reads to always return 0 - a coding bug in
1184
Equinox shows that this is required. An earlier fix didn't work.
1185
- Puya Puya 2 & remix were objecting to an NMI being triggered when enabling
1186
NMIs after scan-line 226, but Ys 5 seems to require this. Hmm. Added a hack
1187
to support both games.
1188
1.31
1189
- Snes9x DirectSound code modified - the mixing block size is now always 10ms
1190
for Windows 95/98/2000 and 20ms for NT 4.x, now there should be no need to
1191
enable Sync Sound when a large sound buffer is required (helps emulation
1192
speed). The maximum sound buffer length values have been updated to reflect
1193
the smaller mixing block size.
1194
- Changed the DirectSound code back to use an offset from the play position
1195
as the place to write new sample data into the sound buffer - on NT 4.x the
1196
write position seems to vary randomly rather than being a fixed distance
1197
in front of the play position as documented. Now I know why I used the play
1198
position originally!
1199
- Changed the DirectSound code to fill the sound buffer at the write position
1200
supplied by DirectSound, rather than just before the current play position -
1201
should help reduce latency.
1202
- Added an auto-detect method for interleaved mode 2 Super FX ROM images -
1203
well, not really auto-detect: if the game crashes and its a Super FX game,
1204
Snes9x assumes its in interleaved mode 2, de-mangles the ROM image and tries
1205
to run the game again.
1206
- Had to update the Snes9x Windows registry version number as the additional
1207
diagonal settings make old registry settings incompatible.
1208
- Added diagonal keyboard controls to the Windows port, as requested by
1209
several users.
1210
- Changed PPU code to return zero when reading non-existent registers - the
1211
game Equinox relies on this due to an original game coding bug.
1212
- Included FMOD sound driver support to Windows port - people experiencing
1213
broken sound or delayed sound, etc, might want to give it a try.
1214
- Tales of Phantasia - un-interleaved format ROM memory map changes to match
1215
odd ZSNES format, now the hacked ROM works.
1216
- Changed NMI again. Made reading or writing to PPU register 0x4210
1217
clear NMI pending flag again, without this Super Tennis does not work.
1218
- Changed NMI timing back to be the same as several versions ago and just
1219
special cased Cacoma Knight instead - although kept the code to prevent
1220
the re-triggering of an NNI more than once in the same frame.
1221
1.30
1222
- Forgot to force GUI surface to be displayed when some dialogs where popped
1223
up - problem only happened on full-screen mode with triple or double
1224
buffering enabled, or when using 3dfx mode. It appeared as if Snes9x had
1225
locked up, but pressing Esc would pop down the hidden dialog.
1226
- Added a couple of options to the Settings dialog. Now its possible to
1227
disable S-RAM auto-save which was causing Snes9x to write to the hard disk
1228
every 30 seconds on some games, causing the occasional skipped frame.
1229
- Fixed Reset option which was accidentally broken when Netplay support was
1230
added.
1231
- Added support for Dirt Racer - it leaves the Super FX chip running all the
1232
time, so the default CPU emulation method never allocated any time to other
1233
CPUs and the emulation seemed to lock up.
1234
- NMI timing changed again. Now an NMI can only be triggered once per
1235
frame and enabling an NMI after the normal trigger scan line triggers
1236
an NMI immediately. This fixes display glitches in Ys 5, Stargate and
1237
Daffy Duck.
1238
- Fixed the WAI instruction to only 'wake up' once an actual NMI has
1239
triggered, rather than just waking up when it should have triggered.
1240
This fixes Battletoads, broken since version 1.29(ish).
1241
- Changed NMI again. Made reading or writing to PPU register 0x4210 not
1242
clear NMI pending flag. Seems to allow all the NMI timing sensitive ROMs
1243
I had on my list to now work without any special hacks. Illusion of
1244
Gaia now works again.
1245
- Another NMI fix - cleared the CPU pending NMI flag at start of frame;
1246
Battletoads intro was crashing without this. A long DMA was stopping the
1247
SNES CPU so it couldn't and shouldn't respond to the NMI signal from the PPU.
1248
- Fixed Netplay problem when game didn't have any S-RAM and Sync Using Reset
1249
was being used. An error dialog was displayed and the client would disconnect
1250
from the server.
1251
1.30b#1
1252
- The Windows auto-frame skip code was broken - badly. It didn't re-sync a
1253
timer value with timer events being generated, causing Snes9x to deliberately
1254
stop and wait for an event when it didn't need to, slowing down the overall
1255
emulation speed and increasing the number of frames skipped.
1256
- Improved the Windows cheat search dialog - its now possible to compare
1257
against a value and more comparison functions are available.
1258
- Finally worked out why Voodoo 3 support was so buggy in Snes9x - the Voodoo 3
1259
card generates a WM_DISPLAYCHANGE message when switching to Voodoo mode (the
1260
Voodoo 1 and 2 cards don't); Snes9x thought that some other application had
1261
changed the screen depth or resolution and tried to adjust its window to
1262
match - triggering another WM_DISPLAYCHANGE message. No idea how the code
1263
worked at all; it must have been only by chance and very dependant on the
1264
driver version you were using!
1265
- Implemented Netplay on the Windows port - but its buggy as hell. I seem to
1266
be having major Windows multi-threading problems. Comments I've seen seem to
1267
suggest that Windows 95/98 don't implement true multi-threading; hmm...
1268
- Not happy with the current Netplay, so I scrapped it and tried again;
1269
the protocol is much improved and not using select to control game timing
1270
seems to have removed lots of the threading-type problems I was having.
1271
- Attempted to switch to just using Borland's C++ Builder to build the Windows
1272
port - and failed, again. Although C++ Builder can build Snes9x from sources,
1273
it can't then link in the asm CPU cores. I had hoped Borland might have
1274
fixed this with their latest release - they haven't.
1275
- Several attempts to get Anti Resonance's super-fast sound CPU and sound DSP
1276
code working in Snes9x, but all failed. Part of the problem was his code was
1277
written using TASM and the object files it generated would only work under
1278
Windows - but all my SNES debugging code was in the Linux port. Anti' fixed
1279
that, and I then had some success getting his code working, but its just too
1280
unstable at the moment for a main-stream release.
1281
- Included an option to use Anti Resonance's alternate sample decoding routine;
1282
it can approximate the wind and noise sound effects heard in several Square
1283
Soft games.
1284
- Thanks to Lindsey Dubb for the mode 7 bi-linear filtering code - it
1285
generates a nice smooth image when a game scales the screen using the SNES'
1286
mode 7, but you'll a fast machine if you don't want the frame rate to drop.
1287
- Thanks again to Lindsey Dubb, he improved the colour addition/subtraction
1288
subtraction routines - they are just a little slower but now mostly perform
1289
full 15-bit precision addition and subtraction rather than the previous
1290
13-bits of precision. Many more colour shades can be seen - look at the
1291
improved shading on the Mario Kart or F-Zero track for example.
1292
- Added a reverse stereo option, for people with sound cards that swap the two
1293
channels.
1294
- Added a sound config dialog to the Windows port - now you can access extra
1295
sound options that have always been there, but just no GUI interface to
1296
access them.
1297
- Fixed the 32-bit windowed support on the Windows port.
1298
- Adjusted the NMI timing by a few microseconds to get Metal Warriors working
1299
again.
1300
- Added a few more sound playback rate choices. Most modern sound cards allow
1301
any value to be used from a large range, rather than just a select few, may
1302
be I ought to add text field so you could just type a value in?
1303
- Used Factory Setup 4 to build a new installer package for the Windows port -
1304
just shipping a zip file was confusing novice users and many (mostly AOL
1305
users) seemed to have an odd program mapped to .zip files, further confusing
1306
the issue.
1307
1.29
1308
- Disabled the SPC700 noise feature simulation used by Chrono Trigger and
1309
Final Fantasy 3 until I work out why its being triggered by sound effects
1310
that don't use it.
1311
- Rewrote/reorganised the DirectX and 3D/fx handling code, now both are never
1312
enabled at the same time in Snes9X. It might fix the crashing problems some
1313
Window port users are seeing. Changing between DirectX and Voodoo 3D/fx
1314
modes now requires Snes9X to be restarted.
1315
- Tracked down and fixed the Chrono Trigger black screen problem on the Windows
1316
port: a rogue asm instruction was left in by mistake after some code edits -
1317
it was only by chance that the code worked on the Linux port.
1318
- Added some SNES debug options to the Windows port, but disabled by default,
1319
on the shipped version.
1320
- Clicking on the column headings in the OpenROM dialog in the Windows port
1321
now sorts by that column; plus added some slight screen update optimisations.
1322
- Added an optimisation to graphics rendering: don't add or subtract
1323
sub-screen from background layers, or clear the sub-screen, if SNES fixed
1324
colour is black and no background layers are enabled on sub-screen, even if
1325
ROM tries to enable translucency effects for every background layer.
1326
Discovered Sonic was doing this, there will be others.
1327
- Forgot to enable auto S-RAM save on Windows port, oops!
1328
1.28
1329
- Warning dialog added to the Windows port - if a ROM is loaded from a
1330
read-only directory, e.g. a CD, and the freeze file folder is set to be the
1331
same as the ROM image folder, then a warning is displayed when the game first
1332
starts.
1333
- The Windows port now supports 5 joy-pads - Snes9x always did support 5 but
1334
the Windows port lacked the GUI option to enable and configure it.
1335
- Added an about dialog to the Windows port.
1336
- The Windows port now has a simple settings dialog, only one option so far -
1337
changing the freeze file and S-RAM save directory; much better than having to
1338
use regedit at least.
1339
- Added a new cheat search dialog, you can use it to find where games are
1340
storing life counters, health levels, etc. and then add cheats that stop the
1341
values from changing.
1342
- Added a cheat code entry dialog to the Windows port; now Game Genie,
1343
Pro-Action Replay and Gold Finger codes can be graphically entered and
1344
edited.
1345
- Added a master cheat codes on/off toggle, available from the Cheats menu
1346
on the Windows port.
1347
- Extended the number of cheats per game from 10 to 75.
1348
- Changed cheat code to reapply cheat every emulated frame so if RAM is being
1349
patched the cheat value is continuously applied.
1350
- Wrote some new cheat search code, the code won't be useful until I get around
1351
to writing a cheat search dialog.
1352
- Added automatic cheat code loading and saving using the same file format as
1353
ZSNES.
1354
- Rewrote large parts of the Snes9x cheat handling code ready for adding
1355
cheat dialogs to the Windows port.
1356
1.27
1357
- Added a flag to only enable SPC700 noise 'feature' when Chrono Trigger or
1358
Final Fantasy 3 are loaded - the conditions that I thought were necessary to
1359
trigger the feature where sometimes being met by other games.
1360
- Added a simulation of the SPC700 noise 'feature' where some games, notably
1361
Chrono Trigger and Final Fantasy 3, play samples that deliberately overrun
1362
outside a 16-bit value, the SPC700 sound DSP then for some reason starts to
1363
generate a type of noise sound which the games use to generate wind and
1364
swish type sound effects. Thanks to ZSNES for some of the information.
1365
- Fixed another sound interpolation problem, thanks to Mikael Bouillot -
1366
the initial value of the sample byte being played was not being set correctly
1367
when processing fractional offsets.
1368
- Added auto S-RAM save option; S-RAM is automatically written to a .srm file
1369
a few seconds (30 by default) after a ROM writes to it - useful for people
1370
who were playing games long into to night, only to lose their progress
1371
after a power cut or machine crash.
1372
- NMI delay code changed again - the fix for Cacoma Knight was breaking
1373
Tuff E Nuff; it would seem delaying NMI until the start of h-blank to too
1374
long, added a cycle counter instead.
1375
- Fixed yet another clip window bug - clip window was being incorrectly set
1376
at no range if colour window was enabled but background layer clip window
1377
was disabled (meaning layer should not be clipped).
1378
Fixes the sunken ship level on FF5.
1379
- Worked out (by example) how to add keyboard accelerators to the Windows port,
1380
now toggling full screen using ALT+Return works.
1381
- Added mouse-warp to the Windows port so the the cursor doesn't wonder off the
1382
Window while SNES mouse emulation is enabled.
1383
- Improved 3dfx support on Windows port - load dialog doesn't drop out of
1384
bi-linear mode and underlying window zooms to full-screen so its easy to find
1385
and click on the menu bar with the mouse.
1386
- Added Mouse and Superscope SNES emulation support to the Windows port, use
1387
'7' on the keyboard to select.
1388
- Windows cursor now hidden unless super scope emulation is enabled.
1389
- Windows port now has command line parsing - cheapo way of adding Game Genie,
1390
Pro Action Replay cheat codes, disabling sound CPU emulation for the
1391
corrupt copy of Star Fox 2, etc. Also allows ROM images to be dropped onto
1392
the Snes9x icon.
1393
- Cacoma Knight seems to provide proof that Snes9x triggers the SNES
1394
non-maskable interrupt (NMI) too early. Changed interrupt to trigger at the
1395
start of the next horizontal blank period. Will have to watch for it
1396
causing problems for other ROMs.
1397
- Added a translucency hack - when a ROM tries to create a stipple background
1398
pattern by enabling pseudo hi-res. and not enabling a background layer on
1399
one of the screens, Snes9x changes the effect to use transparency effects
1400
instead (the real SNES can't do transparency effects with pseudo hi-res.
1401
enabled). Now the water in Kirby 3 is translucent.
1402
- SA-1 CPU reset bug fixed, now Jumpin' Derby boots and plays but with major
1403
graphics problems.
1404
- Fixed nasty asm SA-1 custom hardware read/write bug that was causing the
1405
course map not to be displayed on Augusta Masters and Pebble Beach.
1406
- Added SA-1 character conversion DMA support for all SNES depths, now
1407
Augusta Masters and Pebble Beach work.
1408
- Merged in minor code changes for Linux running on the Alpha processor. Thanks
1409
to Sadruddin Rejeb for the changes.
1410
- Added four more auto-multi-player-adaptor-emulation-off presets based on
1411
code from Mystagogus.
1412
- Added DirectX3D output image processing support to the Windows port... and
1413
removed it again because it causes my desktop machine to lock up. Back to
1414
the drawing board...
1415
1.26
1416
- Fixed memory leak that crept in when SA-1 support was added when loading a
1417
game freeze file.
1418
- Added SPC dumping option based on code from Cyber Warrior X that he sent me
1419
ages ago but I've just found again while looking for something else!
1420
- Merged in most of the Amiga PPC port source code changes into the main
1421
source code tree.
1422
- Keying on a sound channel seems to clear its last-sound-sample-block-just-
1423
played flag. Chaos Engine/Soldiers of Fortune needs this.
1424
- Add multi-thread support to the UNIX ports for sound playing - required in
1425
the Linux port to work around a Sound Blaster Live driver bug and useful if
1426
you have multiple CPUs in your machine to help spread the emulation workload.
1427
1.25
1428
- Added BS 24Mbit ROM memory map, for Derby Stallion 96 and Sound Novel-TCool.
1429
No idea if it works. Thanks to Nose0000 for the info and code.
1430
- Corrected unzip code not to loop forever if an encrypted zip file is loaded -
1431
an error is generated instead.
1432
- Changed relative SPC700 cycle length for Mortal Kombat 3 to fix sample
1433
repeat problems - I wish I knew exactly how fast the SPC700 is clocked.
1434
Maybe I should write a test ROM and run it on a real SNES?
1435
1.24
1436
- 3dfx speed hack back again, only disabled when Seiken 3 is loaded.
1437
- Some minor SA-1 speed ups added - the SA-1 instruction skipping code will
1438
have to wait until I have more time.
1439
1.23
1440
- Corrected a SA-1 reset bug that reset the SA-1 RAM bank pointer back to block
1441
zero but didn't clear the RAM bank register. Was causing Kirby 3 to crash.
1442
- Fixed a wave clipping problem with interpolated sound that was causing noise
1443
on sound output when certain sound samples were played.
1444
- Fixed a bug in the sync-sound code that could overrun the sound buffer by a
1445
few bytes causing clicks on the sound output.
1446
- The sound sample repeat bug that has plagued Snes9x ever since is was called
1447
Snes96 finally bit the dust - Snes9x continued to play sample loops
1448
even if the game dynamically updated the sample not to loop. Fixes the
1449
stutter in the Mortal Kombat series and improves the sound from several games
1450
that download sound samples in real-time as they are played.
1451
- Rewrote the code the handled the SPC700's 64 byte shadow RAM area to fix a
1452
possible sample corruption problem with ROMs that stored samples that
1453
cross the 64 byte start area.
1454
- Added code to allow ROMs to change the sample being played the next time the
1455
channel loops or is keyed on - not sure if it fixes anything but seems more
1456
correct.
1457
- Added a zero-frequency fix to the stereo sound mixing code that I'd already
1458
added to the mono code some time ago.
1459
- Changed the code to set the end-of-sample flag just before the last block is
1460
played, rather than just after. Seems to help improve the sound on some
1461
games.
1462
- Sound sample start code now doesn't reset the channel's envelope volume level
1463
to zero before starting the sample - helps reduce the clicks being heard when
1464
a channel envelope volume level hadn't reached zero before being keyed on
1465
again.
1466
- Changed initialisation of sample-end-register to 0 rather than 255 - seems
1467
more logical now I've thought about it. Not sure if it helps anything.
1468
1.22
1469
- Finally fixed the corrupt copy of Donkey Kong Country not working problem -
1470
Snes9x thought the ROM used the same memory map as Street Fighter Alpha 2.
1471
- Added explode, un-shrink and un-reduce decompression modes support to the
1472
unzip code.
1473
- Fixed offset per tile bug that crept in after me trying to fix the Starfox
1474
on-tilt bug.
1475
- Made some fixes to the C Super FX emulation code, enough to get most 'FX
1476
games playable on the Mac port.
1477
1.21
1478
- Finally worked out how character DMA worked on the SA-1 and implemented a
1479
hacky, slow version, but its enough to get the level up screens displaying
1480
correctly on Mario RPG.
1481
- Incorporated ZSNES' new optimised Super FX asm code - had to track down and
1482
fix a nasty memory overwrite bug in the code first to get it to work.
1483
- Changed sample mixing code to not automatically wrap offsets to
1484
keep inside the sound buffer, external port code is now expected to do that.
1485
Helped me fix a problem in the Windows port that prevented very large sound
1486
buffers from working, which are required for some badly written sound card
1487
drivers.
1488
- Corrected a bug in the SA-1 C code where incorrect processor emulation
1489
functions where called if the code was compiled with in-lining turned off.
1490
- Fixed crash bug in Super Mario RPG on the level up screen - forgot to mask
1491
the enable bit from the RAM bank register. Thanks to Christian Wolf for
1492
sending me a freeze file which made it easy to find the problem.
1493
- Fixed a lockup bug in the window clipping code, if the ROM ever turned off
1494
the sub-screen completely the clipping code would enter an infinite loop.
1495
Fixes The Cartoon Addams.
1496
- Made the Daffy Duck NMI fix only enable when Daffy Duck is loaded - fix was
1497
causing problems for Breath Of Fire 1 and 2.
1498
1.20
1499
- Windows port no longer sets DirectSound to exclusive mode, so its now
1500
possible to hear sound output from Windows apps while Snes9x has focus.
1501
- Fixed the freeze file loading and saving on the Windows port.
1502
- More GUI settings are saved in the registry on the Windows port now.
1503
- Added 3D/FX image scaling/filtering support to the Windows port.
1504
- Added the TV mode from the Mac/Linux ports to the Windows port.
1505
- Incorporated Kreed's new output image routines into the Windows port that
1506
fixes RGB555 display colour problems. Many thanks to Kreed.
1507
- New auto-frame rate timing code on the Windows port, stops the silly speed
1508
up problems when the old code tried to 'catch up' after the emulator had
1509
been paused.
1510
- Increased the DirectSound secondary buffer length on the Windows port to
1511
hopefully fix all the static/broken sound output problems some people were
1512
experiencing.
1513
- Altered the ZSNES Super FX asm code so the Windows port could use it - all
1514
previous versions of the Windows port were shipped using the C Super FX
1515
emulation code which is a lot slower.
1516
- Implemented interpolated and sync-sound options on the Windows port.
1517
- Added an image stretch option to the Windows port - stretches the SNES image
1518
to fill the whole screen or the Window. Looks really good on my TNT card
1519
since that chips seems to filter the image as it scales it.
1520
- Implemented Windowed mode on the Windows port.
1521
- Added special SPC700 cycle timing for Empire Strikes Back.
1522
- Fixed the missing polygon problem for Super FX games - thanks to zsknight
1523
for the information.
1524
- Implemented SA-1 support required for Mario RPG, Kirby Superstar,
1525
Paradius 3, etc. but since only a good image of Mario RPG exists, I could
1526
only test that game.
1527
- Fixed a graphics clip window bug: inverting the area of a clip area that
1528
only consisted of empty bands should become the full width of the screen;
1529
Mario Kart's rear-view mirror display needs it.
1530
- Fixed mode 7 render code to use correct z-buffer when rendering onto the
1531
sub-screen. Fixes Final Fantasy V title screen.
1532
- Added horizontal offset per tile support in the offset per tile modes 2
1533
and 6, and switchable horizontal/vertical offset in mode 4. Fixes Chrono
1534
Trigger in several places and Mario All Stars title screens.
1535
- Changed SPC700 relative cycle length to 14, needed for Stunt Car Racer.
1536
- Enabled immediate triggering of NMI if NMI enable flag set while scan-line
1537
was on first line of v-blank. Needed to fix a background jitter bug in
1538
Daffy Duck: The Marvin Missions.
1539
- Altered ROM load code to ignore corrupt ROM map type byte in ROM header,
1540
preventing the code erroneously detecting what it thinks are interleaved
1541
ROMs. Fixes EEK! The cat, Formation Soccer, the corrupt copy of Donkey
1542
Kong Country, ...
1543
- Disabled IRQ re-triggering if V-IRQ registers set to the current line. Fixes
1544
Chuck Rock.
1545
- Fixed missing sprites in Andre Agassi Tennis - writing to low byte only of
1546
the sprite write address register seems to also clear the hi-byte.
1547
1.19
1548
- Games written by the Japanese software company Human seem to need special
1549
SPC700 sound CPU timing, so the ROM load and reset routines now check the
1550
software author company and adjust the CPU cycle length accordingly.
1551
It gets Clock Tower, Super Fire Pro-wrestling Premium, etc working.
1552
- Added ROM check sum calculation and testing code - Snes9x can now detect
1553
pure, corrupt or hacked ROMs.
1554
- Noticed a fast way to implement the SNES 4096 colour mode, so I implemented
1555
it. Now the colours in ActRaiser 2 look correct.
1556
- Corrected a noise frequency error thanks to information from Takehiro.
1557
- Added a 'start in full screen mode' flag to the Linux port.
1558
- While debugging the new graphics code I thought of a fast way to implement
1559
the SNES direct colour mode, tried it out and now the colours in Actraiser 2
1560
are correct.
1561
- Blast, forgot about the colour window and fixed colour effects. The separate
1562
sub-screen is back again, but all the other graphics speed ups are there.
1563
- Now I've got a z-buffer I keep finding other ways to optimise the SNES
1564
graphics rendering - no need for a separate sub-screen, no need to clear
1565
the sub-screen to the fixed colour, no need to waste CPU time on translucency
1566
effects on hidden pixels, no need to completely clear the main-screen to the
1567
back drop colour, etc., etc.
1568
- Implemented a software z-buffer and changed the SNES graphics rendering to
1569
use it (required change for future 3D card support). Finally fixes the
1570
sprite-to-sprite priority bug that some games suffer from. Also a big speed
1571
increasing for some games (10 fps+), others are slight losers.
1572
- Added code to skip the rendering of completely transparent graphic tiles
1573
rather than comparing each pixel to see if it is transparent; helps the
1574
frame rate a bit on some games.
1575
- Added a fixed for Tetris & Dr. Mario - the game didn't like a multi-player 5
1576
adaptor plugged in to the real SNES when being played, so turned off the
1577
adaptor emulation for this game.
1578
- Added hack for Final Fantasy II - if sync sound isn't on, make attack rate of
1579
1ms actually 0ms (old v1.16 behaviour). Causes a slight click but its better
1580
than samples being cut short.
1581
- Fixed a clip window area invert bug if the colour window was enabled on
1582
on one window and the other window was being used to clip a background layer.
1583
Fixes the finial (I hope) display problem with Gun Hazard.
1584
- Added code to intersect the clip window areas if both a colour window and
1585
a background layer clip window were enabled at the same time. Required by
1586
Gun Hazard.
1587
- Forgot to mark graphic clip windows as needing recomputing when the master
1588
colour window inside/outside/on/off/main-screen/sub-screen PPU register was
1589
updated. Was causing display problems for Gun Hazard.
1590
- Internal H-DMA execution accelerator pointer variables where not always
1591
being recomputed when started H-DMA part way into a frame. Was causing
1592
display problems for Gun Hazard.
1593
- Made H-DMA continue for one extra scan-line to fix a disappearing monster
1594
problem in Dragon Quest 5. Thanks to Alex Jackson for the bug report.
1595
- Zoop seems to require volume envelope height reading by the sound CPU to
1596
always return 0 when the channel is in gain mode.
1597
- The sound code was ignoring updates to the ADSR volume envelope rates while
1598
one was in progress. Fixed that and now the bird song at the start of
1599
Chrono Trigger sounds correct.
1600
- Had to disable the CPU shutdown code for loops reading the horizontal beam
1601
position, it was causing problems for Star Fox. Still no polygons though.
1602
- Oops, sound DSP noise output was broken - accidentally deleted an important
1603
line while removing debug code ready for the last release.
1604
- Added initial 3Dfx support to the Linux port - basically using the Voodoo
1605
card as a bi-linear filtering, scaling blitter. Actually slightly slower than
1606
TV mode, for non-scrolling images due to poor texture upload speeds to the
1607
card, but the full-screen feature is nice and the speed doesn't drop as more
1608
of the screen changes.
1609
1.18
1610
- Implemented a sync-sound mode where sound data gets generated in sync with
1611
SPC700 instructions being executed. Finally the sound Williams Arcade
1612
classics can be heard. Also helps slight sound timing problems in many other
1613
games but doesn't fix Mortal Kombat 2 like I thought it would - its
1614
sound routine programmers must have been on drugs or something!
1615
- Added interpolated sound - gives low frequency sounds much more bass similar
1616
to a real SNES especially with the playback rate ramped up to 44KHz.
1617
- Added on-screen messages as various emulation options are toggled on and off
1618
using the in-game keys.
1619
- Fixed a PPU register read bug with the sprite register write position. Thanks
1620
to Takehiro TOMINAGA for the bug report.
1621
- Altered the auto-frame skip timing code to only wait and re-sync to the end
1622
of frame when frames haven't been skipped. Again thanks to Takehiro.
1623
- Speeded up the colour addition and subtraction code using ideas from
1624
Takehiro.
1625
1.17
1626
- Linux and UNIX sound code now driven directly from signal timer handler
1627
rather than the timer handler just setting a flag which had to be polled in
1628
the main emulation code. Slightly faster execution.
1629
- Fixed the crash bug in the ZSNES Super FX asm code with Vortex - the game's
1630
polygons still aren't visible though.
1631
- Implemented bent-line increase and exponential decay and sustain volume
1632
envelopes - they should match, or at least be very similar to the real SNES
1633
sound DSP chip now.
1634
- It would seem ROMs can key on sound channels even if the channel hasn't
1635
been keyed-off, Pac-In-Time requires it. Changed code to allow it.
1636
- Quick mod to ZSNES Super FX code to get Winter Gold working - it was already
1637
working with the C Super FX code.
1638
- Added emulation of the extra 1/2 scan-line per frame on PAL and NTSC -
1639
should help improve music speed emulation.
1640
- Worked around the click sound heard when ROMs use 0 volume envelope attack
1641
rate.
1642
- Removed the 'check for IRQ already happened' H-IRQ position register setting
1643
code - it was causing problems for Ninja Warriors and was not required by
1644
F1 Grand Prix.
1645
- Fixed a bug in the new sound code - the sustain part of the
1646
attack-decay-sustain-release volume envelope was being skipped if the
1647
sustain level wasn't at 100%. The fix has helped some music notes from
1648
being cut off early in a few games.
1649
- Added fix to Pro Action Reply support (again). Thanks to Paul Shoener III for
1650
the original fix and Gil Pedersen for reminding me to apply it!
1651
- Finally fixed the Tales of Phantasia 'bum note' problem! The ROM set its
1652
sample directory to the upper-most page and I forget to code for the hidden
1653
64 bytes of RAM, that appear when the boot ROM is switched off, when fetching
1654
sample addresses.
1655
- Adjusted the relative cycle length between the 65c816 and the SPC700 slightly
1656
to get Terranigma working again.
1657
- Oops, the emulated joypads 3 and 4 via the emulated Multi-player 5 interface
1658
weren't working. Thanks to Steffen Schwenke for the bug report.
1659
- Optimised the echo sound code - by-passed the the FIR filter code if only
1660
a pass-through FIR filter was defined by the ROM.
1661
- Modified V and H-IRQ register changing code to trigger an IRQ immediately if
1662
V-IRQ is enabled and the scan-lines match and either H-IRQ is not enabled or
1663
the electron beam position has already gone past the trigger point. Fixes
1664
the screen flicker in F1 Grand Prix.
1665
- Modified the priority-per-pixel mode 7 code to use BG#1's clipping data if
1666
the top bit of the mode 7 pixel is set. Fixes initial track drive-through
1667
display in F1 Grand Prix.
1668
- Modified the sprite priority levels for the priority-per-pixel mode 7
1669
display. Now the car can be seen in F1 Grand Prix.
1670
- Wrote a sound DSP register recording scheme which 'plays back' the register
1671
changes in sync with the sound generation code. I'm bit disappointed, it
1672
only improves the sound in a very few games... Scrapped the code, it actually
1673
causes more problems than it fixes. Oh, well, another 3 weeks work wasted...
1674
- Fixed a SPC700 wake up problem for Lufia I - made the SPC700 also wake up
1675
when the 65c816 read from one of the four comm ports.
1676
- Included lots of sound code speed ups and sound quality improvements
1677
from Takehiro TOMINAGA - many thanks go to him.
1678
1.16
1679
- Fixed a case where the -forcelorom option didn't work - the case was
1680
required for Formation Soccer which claims in its ROM header to use the
1681
same memory map as Super FX ROM, it doesn't.
1682
- Pulled apart a real SNES using a crowbar (great fun), just to look at what
1683
speed the SPC700 is actually clocked at for more accurate relative emulation
1684
speed.
1685
- Implemented SPC700 cycle counting in the hope the improved timing would fix
1686
Tales'; no such luck but at least the -ratio option is obsolete now.
1687
- Implemented executing SPC700 instructions during DMA, fixes BSZelda and
1688
Goal lock up at start and music pausing briefly when ROMs do lots of DMA,
1689
usually between game screens.
1690
- Scrapped the i386 asm SPC700 code - it was the cause of the music not
1691
restarting after a battle in Chrono Trigger and FF3 and I didn't realise
1692
because the bug had already occurred in the test freeze-file I had.
1693
Thanks to John Stiles for pointing out that the Mac port didn't have the
1694
missing music problem.
1695
- Fixed RGB subtraction bug on displays with only 5 bits for green, e.g. RGB555
1696
displays. The GREEN_HI_BIT variable was always set to a value for 6 bit
1697
green displays.
1698
- Added the SA-1 memory map, still a long way to go before any SA-1 game will
1699
run.
1700
1.15
1701
- Jumped versions to keep in sync with the DOS port release.
1702
1.14
1703
- Improved 8-bit sound generation slightly, but it still sounds very poor
1704
compared to 16-bit sound.
1705
1.13
1706
- Implemented the Tales of Phantasia memory map using the information supplied
1707
by zsKnight. Had to also implement a de-interleave routine to work around
1708
a ROM feature and Snes9x CPU instruction fetching implementation detail.
1709
- Added a frames-per-second on-screen display option.
1710
- Fixed the final glitch bug with the Mario Kart track display - the byte code
1711
for the termination of the DSP1 raster command wasn't been recognised.
1712
- Disabled a NMI/DMA hack for Rise of the Robots, was causing problems for
1713
Mario Kart and 'Robots wasn't working correctly anyway.
1714
- Optimised the mode 7 rendering a little.
1715
- Changed tile rendering code to use offsets into screen buffer rather than
1716
direct pointers ready for z-buffer implementation.
1717
1.12
1718
- Changed V-blank NMI to occur immediately after a WAI instruction, Toy Story
1719
required this.
1720
- Fixed reading of H-DMA line counter register, Top Gear 3000 needed this.
1721
- Ripped off large parts of ZSNES's DSP1 code (with _Demo_'s and zsKnight's
1722
approval). Now Mario Kart works almost 100%.
1723
- Added a check to see if a vertical scan-line IRQ register change will cause
1724
a H-IRQ later on the current scan-line. Pilot Wings needed this.
1725
- Fixed possible crash bug in clip window code when both windows had two
1726
spans. Could actually cause Chrono Trigger to crash the emulator.
1727
- Fixed a lock-up problem with the C Super FX code, Star Fox and executing
1728
a few 'FX instructions per scan-line (required for Winter Gold).
1729
1.11
1730
- Partially fixed the DOS netplay server - the server timer is running too
1731
slowly and it doesn't deal with disconnects correctly yet.
1732
- Corrected the sound echo delay - it was varying with the sound playback
1733
rate chosen by the user - it shouldn't have been.
1734
- Implemented DOS netplay code - DOS server code still not working though.
1735
- Removed all floating point calculations from the sound generation code.
1736
- Fiddled with the pitch modulation code - my guess is the output of a
1737
channel that is used to modulate the frequency of another channel is
1738
automatically muted by the SPC700 chip. Just a guess, but the wind from
1739
FF3 sounds 'better' but far from perfect.
1740
- Optimised the tile palette index calculation.
1741
- Optimised the planar to chunky tile conversion code.
1742
- Fixed X11 port to always scale SNES image if hi-res. only (no interpolation)
1743
support is enabled.
1744
- Added zipped ROM image support using Gilles Vollant unzip code and
1745
some code that Ivar (Lestat) sent me a long time ago.
1746
- 65c816 asm RTI instruction was destroying the program bank in emulation mode,
1747
the C code was already correct. Caused C64E to break.
1748
1.10
1749
- Finished NetPlay v1 - allows up to five networked machines to play
1750
multi-player SNES games, one player on each machine.
1751
- Switchable full-screen mode added to Linux X11 port, some code and ideas
1752
nicked from Maciej Babinski's original Snes9x XFree86 DGA Linux port, the
1753
UAE Amiga emulator, plus lots of my own code.
1754
1.08
1755
- Bug fixes to C Super FX emulation - now Winter Gold works correctly again.
1756
1.07
1757
- More DSP1 work. Mario Kart is now playable! The character projection code
1758
is still broken so the opponents and obstacles aren't always positioned
1759
correctly on screen and you keep bumping into them, but I can still keep
1760
coming first!
1761
- Started work on NetPlay support.
1762
- Decreased sound card DMA buffer size on DOS port to improve sound generation
1763
and sound CPU synchronisation in some games.
1764
- Included Linux joystick driver patches from Vojtech Pavlik so the port can
1765
use the new v1.x joystick drivers, again written by Vojtech Pavlik. Allows
1766
use of Micro$oft Sidewinder pads, NES and SNES pads, PlayStation pads,
1767
Gamepad Pros, etc.
1768
- Added halve-the-result colour subtraction.
1769
1.06
1770
- Extended code to allow support for multiple 16-bit screen formats,
1771
switchable at run-time, rather just supporting one, selectable at compile
1772
time.
1773
- Added XFree86 DGA Linux port - code from Maciej Babinski.
1774
- More fixes to the X11 image format conversion and setup code.
1775
- The asm SetByte routine wasn't wrapping writes to S-RAM correctly, allowing
1776
some ROMs to think they were running on a copier and put up an error
1777
screen. Thanks to Nu of #rom for the report.
1778
- Added 'TV-Mode' support (interpolation and scan-lines) to the DOS and
1779
UNIX ports from code based on John Stiles work.
1780
- Added v-sync option to the DOS port.
1781
- Added fix to Pro Action Reply support, thanks to Paul Shoener III.
1782
- Added ggi support (untested) to Linux port using patches from
1783
Alexander Larsson ([email protected]).
1784
- Added 16 to 24/32 bit image conversion routines to the UNIX X11 code.
1785
- The SPC700 OR1 instruction was broken. Thanks to Pyrgopolinices for the
1786
report.
1787
- DOS port was having trouble splitting and joining path names - caused
1788
problems when specifying the full path name of a ROM when the ROM image
1789
was on another drive.
1790
- If a ROM reset the sound DSP and then turned on echo effects but kept
1791
the same echo delay setting, then the echo effects could not be heard.
1792
Thanks to [email protected] for the bug report and freeze file that made it
1793
easy to find the problem.
1794
- DOS port was always using stereo sound setting, if sound card
1795
supported it, regardless of the user preference.
1796
- Linux port X11 port could crash if window was resized while transparency
1797
effects were enabled.
1798
- The colour subtraction accelerator look-up table was slightly wrong, causing
1799
one bit of red, green blue values to 'spill' into the next field.
1800
- Allowed colour window to cut a hole in the main-screen and show the sub-
1801
screen underneath. The effect is used by Illusion of Gaia.
1802
- Added support for colour subtraction, with the halve-the-result flag
1803
set.
1804
- Included DSP1 code from _Demo_. Now you can see the track in Mario Kart and
1805
the ground in Pilot Wings - still can't play the games though due to other
1806
missing commands.
1807
- Added an NMI hack to work around a code bug in Battle Toads: BATTLEMANIACS,
1808
its only by chance that the game works on a real SNES - And disabled it
1809
again because it causes problems for Chrono Trigger.
1810
- A frame skip of zero was actually still skipping one frame. Thanks to
1811
Marius Fodor for the info.
1812
- And yet more X-OR window bug fixes - now the effects during some of the more
1813
'posh' spells look correct in Chrono Trigger.
1814
- Yet another window area inversion bug - off by one pixel on right-hand edge.
1815
- Forgot to put dummy start and end points for XOR window combination modes -
1816
now Uniracers looks correct and Sailor Moon looks like it does on a real
1817
SNES.
1818
- Window clip code was using wrong index into a 2-dimensional array when
1819
the whole of the main or sub-screens were clipped.
1820
1.05
1821
- The master volume disable code was looking that the wrong variable!
1822
- Fixed crash bug in newer sound code if a ROM tried to start a sample
1823
playing who's data went past the end of SPC700 memory. (Cannon Fodder)
1824
1.04
1825
- Fixed DSP1 ROM header detection bug.
1826
- More DSP1 work; still nothing works, although I know the multiply command
1827
is correct because I've compared the results against a real DSP1.
1828
1.03
1829
- Oops, the multi-player 5 disable code change broke the multi-player 5 being
1830
the default controller.
1831
- Implemented the colour window on the main screen - now Zelda's oval zoom
1832
window displays correctly and Krusty's Super Fun House clips the left-most
1833
8 pixels as it does on the real SNES.
1834
- TERRANIGMA didn't like me returning a random value when it attempted to
1835
read a channel's the current sample byte.
1836
- Hacked in initial support for mode 7 priority-per-pixel - the priority bit
1837
doesn't actually change the priority of the pixel but the two games that I
1838
know of that use the feature look OK. (Winter Extreme Skiing and the
1839
intro of Tiny Toons Adventures).
1840
- Colour addition/subtraction code now uses RGB565 rather than RGB555
1841
calculations - helps a little with the loss of the bottom bit of SNES
1842
colour data.
1843
- DSP1 emulation started - nothing works yet.
1844
1.02
1845
- Switched to adding back drop colour rather than fixed colour when
1846
sub-screen addition is enabled but there's nothing on the sub-screen.
1847
Uniracers seems to need it. - DISABLED it again. Causes problems for
1848
other ROMs and Uniracers itself on later screens.
1849
- Fixed XOR window logic combination mode and area inversion code, now
1850
Uniracers works correctly.
1851
- Oops, if colour window and half colour addition/subtraction were both
1852
switched on, area outside colour window was still being halved, it shouldn't.
1853
Hacky fix at the moment until I implement the correct fix.
1854
- Fixed several bugs with the mosaic effect and 16x16 tiles and a few
1855
possible background scroll offset bugs and the mosaic effect.
1856
- Optimised the sound sample generation code for cases when the SNES
1857
sample playback frequency was higher than the sound card playback rate.
1858
- Fixed possible click sound when a sample was first started to be played.
1859
1.01
1860
- Corrected scan-line count for PAL games - should be 312 lines verses 262 for
1861
NTSC. Was causing slow music on PAL games.
1862
- Added error correction code to the SPC700 timer update code - the
1863
SPC700 timers are updated using the emulated h-blank handler which is
1864
called every emulated 63.6 microseconds (15.720KHz) but the SPC700 timers
1865
need to be updated at multiples of 8KHz, hence the error. Was causing
1866
music to be played slightly too fast.
1867
- Switched back to using C SPC700 code - the old SPC700 asm code was lacking
1868
several optimisations that the C version had. It also had multiple
1869
speed hack cycle skipping bugs. Plus I hadn't even finished optimising
1870
all the code from the last time I converted the C compiler output.
1871
- Optimised SPC700 memory access routines a little.
1872
- Disabled code that prevented ROMs updating SPC700 timer values while the
1873
timer was running - it seems like it is allowed, even though docs on the
1874
'net I've seen say its not.
1875
1.0
1876
- Fixed SuperScope support.
1877
- Added hi-res. option to my DOS port.
1878
- Fixed 4, 6, and 8 button standard PC joystick support.
1879
- Changed some types the source code was using BYTE -> uint8, WORD -> uint16,
1880
DWORD -> uint32 and BOOL -> bool8, types were clashing Windows typedefs
1881
but sizes didn't always match.
1882
0.99
1883
- 8-bit double height and/or width tile rendering was missing every other
1884
group of 4 pixels - screen pointer advance count was wrong.
1885
- Asm SPC700 emulation was ignoring the Shutdown flag - the result is its
1886
not possible to turn off cycle skipping for the SPC700 emulation.
1887
0.98
1888
- CPU to ROM address decoding code rewritten - used by Game Genie cheat codes,
1889
orginal code might have been the cause of some Game Genie codes not working.
1890
- Started to remove printf calls and replace them with calls to S9xMessage,
1891
port code can then dicide what to do with message.
1892
0.97
1893
- Re-enabled decompressed sample caching, still has a possible click problem
1894
but the sound code is a lot faster with it enabled. Added command line option
1895
to disable it if required.
1896
- Added '7' key support to rotate through available controller options, in
1897
the order multi-player5, mouse on #1, mouse on #2, superscope,
1898
standard controller and then back to multi-player5.
1899
- Hi-res. (512x448) support fixed.
1900
- Mouse support completed - Lemmings 2 and Mario Paint working a treat.
1901
- More colour window fixes.
1902
- Fixed freeze game problem when ZSNES SuperFX code is being used -
1903
ZSNES 'FX state was not being saved and restored.
1904
- ZSNES SuperFX asm emulation code plugged in to Snes9x.
1905
0.96
1906
- Looks like if the colour window is not enabled at all and the colour
1907
window selector is defined to only allow colour effects inside the colour
1908
window, then no effects should be visible.
1909
- Offset-per-tile rendering code didn't support width 64 screen size, which
1910
Chrono Trigger used on its title screen.
1911
- Contra 3 seems to prove that defining the clip window area to be 'outside'
1912
a window that covers the whole screen is not an area with no range.
1913
- No it doesn't. It proves that I shouldn't have initialised the right
1914
window edges to 255! Contra 3 enables clipping windows without first
1915
defining their range.
1916
- Debug frame advance feature was being prevented from forcing the next
1917
frame to be rendered by SyncSpeed which was being called after the
1918
debugger returned to the main loop.
1919
- H-DMA code was allowing ROMs to manually start H-DMA during the v-blank
1920
period, ROMs shouldn't be allowed to do this.
1921
- Asm code would not push the correct CPU status onto the emulated stack if
1922
returning from an NMI immediately triggered an IRQ - fixes Mortal Kombat 1
1923
and War of the Gems.
1924
- 'd' dump memory debug command was not preserving the CYCLES count.
1925
- C versions of SNES memory access code had same problem as asm code on the DOS
1926
port except it didn't cause a crash just ROMs failed to work correctly.
1927
- Asm i386 code was using signed compares to check for special case memory
1928
areas - it was causing crash problems on the DOS port which was sometimes
1929
returning valid address values with the top bit set - i.e. they seemed
1930
like negative values!
1931
- Changed event reschedule code to always allow h-blank start events, used to
1932
disable them during v-blank period.
1933
- Added code to HDMA when end of visible lines reached.
1934
- Changed register 4212 code not to always return h-blank when in v-blank.
1935
- Clipping fixed colour addition to background area was off by one pixel on
1936
the right-hand edge.
1937
- HDMA: Finally worked out how the real SNES operates when ROMs manual
1938
start H-DMA during the frame - ROMs must set up the H-DMA line count
1939
and address values before H-DMA is started.
1940
- Fixed the asm code to remove all hard-wired structure offsets - one offset
1941
into the IPPU structure was wrong in the code because the structure had
1942
changed size.
1943
- Added colour window support and allowed graphic window settings to be
1944
different on the main screen and sub screen, just like a real SNES.
1945
- SuperFX LJMP instruction had bank and address values swapped.
1946
- Fixed possible memory overwrite problem because OBJList array was one
1947
element too short.
1948
- Added AND multi-graphic window combo support.
1949
- ROM image memory allocation allocates an extra 32K of RAM, then moves the
1950
pointer forward by that amount - stops the SuperFX emulation from accessing
1951
unallocated memory, possibly causing a crash.
1952
- SuperFX emulation now stores sign and zero flags in separate variables so
1953
the MERGE instruction can set flags correctly.
1954
- Added 65c816 instruction skipping to i386 asm code when 65c816 waiting in
1955
a simple loop for some 'event' to happen e.g. end of frame NMI.
1956
- Finally fixed the APU instruction skipping problem with the i386 asm
1957
code when the WAI instruction is used - caused slow music on some ROMs.
1958
- Offset-per-tile modes don't seem to support screen size - Mario All Stars
1959
Super Mario 2 requires this on title screen. Doesn't seem to effect
1960
Tetris Attack or Puzzle Bobble.
1961
- Changed SNES select and start keys from shift and control to space and
1962
enter - allows shift-fn key to save game positions without the SNES ROM
1963
also getting a select joypad button press.
1964
- Multiplayer5 support for controllers 3+ was broken for ROMs that used
1965
automatic hardware joypad reading rather than reading joypads serially.
1966
- ResetPPU was not clearing tile caches and marking OBJ as need recomputing.
1967
- Cached OBJ positions and sizes were not being recomputed if ROM changed
1968
global OBJ sizes during frame.
1969
- Fixed brightness multiplication problem on 16-bit code for green.
1970
- SPC700 emulation now uses one variable to store ZERO and NEGATIVE flags.
1971
- SPC700 emulation now only increments PC once at end of instruction.
1972
- New ROM type and interleaved detection code.
1973
- Reading sound DSP register ENDX also clears the value. The docs on the
1974
'net said that only writing to the register cleared its value. Fixes
1975
sound in Zoop.
1976
- Fixed mode 4 colour palette problem on background #2 in tile-based graphics
1977
code.
1978
- Fixed graphics mode 4, offset-per-tile support. Only one set of offset data
1979
that is switchable between horizontal and vertical, unlike modes 2 and 6
1980
which allow separate horizontal and vertical offsets per tile.
1981
- Modified the APU timer code again, if the timer is enabled, a write to the
1982
timer target register is only allowed if a value hasn't been written yet.
1983
Fixed Donkey Kong Country 1 and Earth Worm Jim 1 & 2.
1984
- Attack rate of 0ms changed from 1ms back to 0ms because of a group of ROMs
1985
that change from attack mode to decay mode in real-time. Will change back
1986
when I've added better SPC700 CPU and sound generation sync code.
1987
- Added support for ROMs set a new sound timer value while the timer is
1988
enabled (EWJ 1 & 2).
1989
- Added support for ROMs that read the sound envelope height (MK1, MK2, etc).
1990
- ROMs writing to the H-DMA enable register during visible scan-lines were
1991
restarting H-DMA for that frame causing random screen effect corruption.
1992
- Echo feedback seems to be after the FIR filter, not before as a diagram I've
1993
seen suggests.
1994
- Sound pitch modulation added.
1995
- Memory access routines changed to pass a single 24-bit address rather than
1996
the previous separate 8-bit bank and 16-bit address parameters.
1997
0.3
1998
- Updates to A-Bus address during a frame must not update H-DMA address.
1999
Fixes Actraiser 2 and Pacman 2.
2000
- Removed sound volume mangling - with echo support enabled it doesn't seem to
2001
be required.
2002
- Attack rate of 0ms changed to 1ms to help prevent click sound with sudden
2003
start of a sample playing.
2004
- Sample caching of samples that looped using part of the original sample
2005
created a click on the sound output. Caching disabled for the moment. Would
2006
require 512K of cache RAM to fix sample caching.
2007
- Colour addition/subtraction support added - but still a little buggy in
2008
places and very slow.
2009
- 16-bit colour support added.
2010
- Sustain sound volume was not being set if a sample using ADSR was started
2011
with both the attack rate and decay rate set to zero - resulted in missing
2012
sound samples on with some games.
2013
- Sound echo support added.
2014
- Sound channel mixing code was not completely clearing a channel's sound
2015
buffer when a channel finished playing a sample.
2016
- Sound mixing code rewritten to use one buffer, rather than writing each
2017
channel into a separate buffer then combining them into one buffer.
2018
- Memory access routines rewritten to use an 8K block lookup table rather than
2019
dedicated code for each ROM memory map - it was getting difficult to support
2020
the new types of SNES ROM memory maps becoming apparent.
2021
- Sound sample decoding wasn't decoding sound samples correctly if a
2022
previously cached sample was only partially overwritten by the ROM as
2023
opposed to being completely replaced.
2024
- Sound sample decoding wasn't clipping generated sample values correctly.
2025
- Changed H-DMA to start in the current frame only if enable register is
2026
written to during v-blank, h-blank or while the screen is blanked.
2027
- The SPC700 seems to start executing instructions before the 65c816 -
2028
shorter reset pulse? (NO - forgot the SPC700 executes instructions while DMA
2029
is taking place).
2030
- ROMs that reset the H-IRQ position so another IRQ would be triggered on the
2031
same scan-line where not supported - Super Off-Road: The Baj needs it.
2032
- $4212 bit 7 needs to go high at the end of h-blank at line 224 not at the
2033
start of h-blank - Bubsy needs it.
2034
- Sample decoding routine could write to memory outside sample cache area if
2035
address of block to decode was greater than $0x10000 - 9.
2036
- Walking mario can be seen on map screen of MarioWorld - needed sprite
2037
priority rotation working. ROM sets bit 7 of $2103 then sets rotation in
2038
$2102. Reset rotation at start of v-blank not at end.
2039
0.24
2040
- Fixed reading of DMA register values - now Ms Pacman works.
2041
- Saved sprite memory address being restored on the wrong scan-line - caused
2042
corrupt sprites on at least one game (GANBARE GOEMON 2).
2043
- Screen colour palette not being updated if ROM only wrote to low byte of
2044
palette register.
2045
- Possible memory corruption fixed if a ROM tried to write to an invalid
2046
sprite address via PPU registers.
2047
- X11 port support quick load and save by pressing function keys to load or
2048
shift + function keys to save.
2049
0.23
2050
- Added option to disable graphic window effects - T2: The Arcade Game doesn't
2051
seem to like them.
2052
- Mode 7 "outside screen area" register interpretation fixed - now the
2053
Actraiser map screen looks a lot better.
2054
- Old DMA code hack for Battle Toads: Double Dragon removed as it was no
2055
longer required and it was causing problems for Ys III.
2056
- Lowered max volume level of 16-bit sound mixing code to help with sound
2057
clipping problems is lots of SNES sound channels are playing.
2058
0.22
2059
- Crash bug fixed in mode 7 graphics windows code
2060
0.21
2061
- Fixed a noise channel volume bug - noise waveform was getting clipped.
2062
- Fixed 24bit X Window System server support on the Solaris port.
2063
- Sprites in priority level 1 on mode 7 were being drawn incorrectly behind
2064
graphics screen.
2065
- BG 3 priority 1 tiles sometimes not drawn dependent on the $2105 bit 3
2066
setting.
2067
- Added graphic window support the tile redraw code.
2068
- Added mosaic support to tile redraw code.
2069
- Tile redraw code was drawing one line too many on screen-splits.
2070
- Tile-based redraw code made more intelligent about when a background should
2071
be displayed or not.
2072
- Added wrap within bank support to large DMAs just to support Rock 'n' Roll
2073
racing.
2074
0.20
2075
- DMA routines added lots of special cases and removed most calls to GetByte,
2076
using a pointer instead.
2077
- Multiple using PPU registers is now only computed when first byte of result
2078
is actually read.
2079
- Sound enabled by default if compiled without DEBUGGER defined.
2080
- Tile redraw method made the default.
2081
- Fixed CPU_SHUTDOWN so SPC700 continues to execute even if main CPU is
2082
"skipping" cycles waiting for an event to happen.
2083
- More command line options added.
2084
- Default cycles-per-scan-line to execute lowered to 90% from 100%.
2085
- +/- keys now work even if auto-frame rate adjust was enabled.
2086
- SPC700 emulation partially rewritten in assembler.
2087
- Asm 65c816 code change to use same speed up techniques as the C++ code.
2088
- Minor speed tweaks to the sound decoding and mixing code.
2089
- C++ SPC700 emulation changed to use same method as 65c816 emulation for
2090
computing and storing emulated CPU flags.
2091
- Mode 7 code rewritten and several scrolling offset bugs fixed.
2092
- Lo-ROM S-RAM memory map bug fixed - now Uniracers works.
2093
- Multiple speed ups and changes to the tile and line-based redraw code.
2094
- Tile and line redraw code changed to cache converted tiles between frames.
2095
- Variable cycle length timing made compile-tile switchable.
2096
- C++ 65c816 emulation changed to use several opcode jump tables to avoid
2097
a register size comparison test on most emulated instructions.
2098
- C++ 65c816 emulation changed how is computes and stores emulated CPU flags.
2099
- Fixed high frequency sound playback bug - the sample rate calculation was
2100
blowing the range of an unsigned long.
2101
- Fixed V-RAM reading so DKC3, Addams Family, Aladdin and Pacman all work.
2102
- Fixed sound code so ROMs can change from ADSR mode to decrease mode - fixes
2103
lots of ROMs.
2104
0.12 released
2105
- Added dynamic speed regulation.
2106
- TCALL vector calculation change from n to 15 - n.
2107
- Fixed crash bug if ROM writes to sound DSP register numbers greater than
2108
127.
2109
- Fixed DOS memory locked for interrupt code.
2110
- Added long name versions of command line switches.
2111
- Added command line switch for SPC700_SHUTDOWN code and WAI cycle skipping
2112
code.
2113
0.1 released
2114
- All DOS memory is now locked from being swapped.
2115
- Fixed DOS port keyboard polling code - could get confused if a keyboard
2116
interrupt happened while keys were being checked.
2117
- SPC700 ADC instruction never cleared Overflow or Carry flags!
2118
- Changed selection of playback speeds for Solaris port.
2119
- Sample caching code was broken - cached samples were never used.
2120
- Added code speed ups for ROMs that use a lot of DMA to VRAM.
2121
- More cpu code asm speed up.
2122
- Fixed 16x16 size tiles on tile-based redraw code.
2123
- Fixed sound gain-mode increase and decrease volume envelopes.
2124
- Added code to support ROMs that reuse sprites in the same frame.
2125
- Fixed processing of negative volume levels.
2126
- Fixed SPC700 EOR1 instruction.
2127
- Added SPC700 shutdown code to stop executing SPC700 instructions if in
2128
a tight loop waiting for a timer or for the 65C816 to respond.
2129
- DOS playback rate was being forced to 16KHz by Allegro - fixed.
2130
- Fixed bug in SPC700 MOV1 C,bit, address.
2131
- Fixed a off-by-one loop sample pointer bug in MixSamples.
2132
- Added command line flags for cached-tile based drawing and sub-screen
2133
background layers priority swapping.
2134
- NOPE, got encoding of the OR1/EOR1,AND1 range of correct originally -
2135
got duff information from an "SPC700" programmer.
2136
- More SPC700 fixes: got the encoding of the OR1/EOR1,AND1 range of
2137
instructions wrong - I guessed wrong originally.
2138
- Sample looping bug fix on mono sound mixing code.
2139
- Sound pitch value no-longer clipped to 14 bits - apparently FF3 needs this.
2140
- Followed Paradox's suggestion and changed graphics code to place sub-screen
2141
background layers below main-screen background layers. Helps lots of games
2142
that use sub-screen addition/subtraction - now you don't have to toggle
2143
background layers on and off so often just to see hidden text, characters,
2144
or maps, etc. Made it switchable.
2145
Acts as a good intermediate solution until sub-screen addition/subtraction
2146
is actually implemented.
2147
- Modified sound skipper code to return random values when ROM is stuck
2148
waiting for the SPC700 CPU to respond - helps several ROMs that previously
2149
don't work with the currently selection of APU skippers.
2150
- Improved sound mixing code so volume is not attenuated so much, giving
2151
better results on 8bit sound cards.
2152
- Changed the frequency at which the joystick polling routine is called - now
2153
called every-other frame rather than every 3rd frame.
2154
- Recompiled Linux and DOS ports with the Pentium optimising version of gcc -
2155
gives a few percent speed increase.
2156
- Changed V-RAM increment count from 64 to 128 - apparently Final Fantasy 3
2157
needs this as well.
2158
- Fixed sprite priority bug with Mode 7 - apparently Final Fantasy 3 needs
2159
this.
2160
- Fixed a screen clipping problem with the S-VGA mode.
2161
- Fixed bug that had crept in with -m 2 S-VGA mode (Linux version).
2162
- Fixed S-VGA Linux version with sound enabled.
2163
- The SPC700 ADC (X),(Y) instruction was broken - with all these SPC700 fixes
2164
now many more ROMs work with sound enabled.
2165
- The SPC700 Pop PSW instruction was not resetting the direct page location.
2166
- The SPC700 instruction MOV A,[DP+X] was incorrectly doing a MOV A,DP+X.
2167
- Got the SPC700 SETx and CLRx instruction encoding swapped around.
2168
- Fixed #define problem that was stopping DOS snapshot saving from working.
2169
0.72 released
2170
- Fixed the DOS filename handling - old Unix code was screwing up with ROM
2171
filenames that contained backslashes (\) - the ROM would load but S-RAM
2172
loading and saving would fail and the default filename for snapshots
2173
wouldn't work.
2174
- This time really fixed Allegro library keyboard handling (DOS port); it
2175
was missing key some presses/releases (was stopping Chrono Trigger
2176
Left + Right + A button combo from working).
2177
- Added code to automatically remove headers off S-RAM save files with
2178
512 byte headers.
2179
- 32Mbit ROMs in interleaved format are now automatically detected and
2180
converted.
2181
- Added -ss 3 sound skip method support to the asm version - now NBA Live '96
2182
works again.
2183
- Added support for multi-part ROM images.
2184
0.71 released
2185
- Made libgz.so statically linked (again) on Linux port - sorry.
2186
- Made writing to $4200 also clear any pending IRQs. This finally allows
2187
Battle Toads: Double Dragon, Spawn and Sieken 3 all the work with the same
2188
IRQ logic (but Sieken 3 still gets stuck in sound download code).
2189
- Fixed a H-DMA wobble bug - some frames could randomly miss a line of
2190
H-DMA causing the F-Zero screen to wobble, and slight text character
2191
corruption on games like DKC3.
2192
- Interleaved format ROM images are now swapped in-place, without the need
2193
for a temp 4Mb buffer (saves lots of disk swapping on a 16Mb Windows 95
2194
machine).
2195
0.7 released
2196
- Fixed Allegro library keyboard handling (DOS port); it was missing key
2197
some presses/releases.
2198
- DOS port had a different MAX_PATH value which moved the location of the
2199
SRAM size variable when using the asm CPU emulation core. This, in turn,
2200
caused the SRAM emulation to fail on the DOS port. Donkey Kong County 2 & 3
2201
were reporting a ROM copier was connected to the SNES and refused to run.
2202
- Fixed assembler version of XCE - it was always leaving the carry flag
2203
clear - caused Killer Instinct and Super Punchout to think a ROM
2204
copier was fitted to the SNES and they all refused to run.
2205
- Fixed assembler versions of MVN/MVP - they weren't setting the data bank
2206
register to the destination bank of the instruction.
2207
- Fixed joystick detection on MS-DOS port - a single 2 or 4 button joystick in
2208
port 1 was being ignored if a second joystick was not present in port 2.
2209
- Fixed an uninitialised variable in graphics code - was causing random
2210
missing scan lines on Mode 7 screens.
2211
- Joysticks now scanned every 3rd frame (joystick scanning is slow in the PC).
2212
- Double-whoops, Metriod 3 had stopped working in v0.6 - fixed it
2213
(memory map bug).
2214
- Made bit 6 of $4211 set if v-counter == v-timer-position.
2215
- Made reading of $4200 read $4212 instead.
2216
- Adjusted DMA timing to always access ROM memory at slow speed - this seems
2217
to fix Battle Toads.
2218
- Added code to automatically clear pending IRQs when the horizontal line
2219
is no longer equal to the horizontal timer line - this fixes Seiken 3, it
2220
now just gets stuck in the sound CPU wait code - oh well.
2221
- Moved NMI back to its original pre-0.65 behaviour, now Puzzle Bobble works.
2222
- More graphics speed ups - the code to render background tiles with their
2223
priority bits set is only called if there are actual priority-bit tiles.
2224
- Changed default frame skip rate from 1 to 2 - its seems most people don't
2225
bother to read the docs, so I thought I'll help them out a bit!
2226
- Speeded up Mode 7 graphics on games like F-Zero that rewrite the matrix
2227
registers on each scan line using H-DMA.
2228
- Reorganised the graphics code and did a slight speed up - graphics code
2229
will be the next thing to rewrite in assembler.
2230
- Rewrote CPU core in assembler for Intel platforms - gives a very noticeable
2231
speed increase.
2232
- Fixed several problems with the APU sound CPU emulation - its now getting
2233
stable enough to try and implement sound.
2234
- Fixed bug that caused 1 byte of S-RAM to be emulated when ROM didn't
2235
expect any - it was enough to stop Street Fighter 2 and others from
2236
working - thanks Lord ESNES.
2237
- The TXS and TCS instructions shouldn't set the Z and N flags.
2238
- Looks like MVP/MVN instructions should ignore accumulator size - change
2239
code to always use all 16 bits and exit with accumulator set to 0xffff.
2240
- Whoops, accidently left some test code in which was causing the V-BLANK
2241
flag, bit 8 in register $4212, to be miss-calculated.
2242
- Fixed palette in mode 0.
2243
- Speeded up graphics drawing a little by skipping groups of 4 pixels that
2244
were all transparent.
2245
0.65 released
2246
- S-VGA and MS-DOS ports now have a VGA mode command line flag.
2247
- Improved the fading code - should be much more smooth now.
2248
- Fixed second joy-pad support and re-mapped keys and joysticks to actually
2249
make a match between what my docs said and a real SNES (SNES docs I'd
2250
seen were wrong!).
2251
- Fixed a bug in Relative Long CPU addressing mode.
2252
- Ported Snes96 to MS-DOS.
2253
- Snapshot loading and saving no longer uses external gzip binary.
2254
- Added support for registers at $21c2 and $21c3.
2255
- Made reading the software latch for the horizontal and vertical counters also
2256
clear any pending IRQ.
2257
- Added sprite priority rotation.
2258
- Rewrote parts of the graphics routines to fix a sprite-to-sprite priority
2259
bug.
2260
- NMI flag changed again - now back to being reset by reading $4210 but
2261
actual NMI is delayed.
2262
- Made mode 7 background colour 0 transparent - this fixed several sprite
2263
priority problems a few games where having.
2264
- Finally worked out how sprite "Object Name Select" works and emulated it -
2265
this fixes many (if not all) of the corrupted sprites some games
2266
experienced.
2267
- Delayed NMI activation for one instruction to give time for loops that
2268
wait for bit 7 of $4210 to go high.
2269
- Special-cased line count of 128 on H-DMA to mean repeat previous data with
2270
a line count of 128 and not just terminate H-DMA on that channel.
2271
- APU sound CPU emulation added - just need to debug the thing.
2272
- Fixed Overflow flag setting in ADC and SBC instructions - it was never
2273
being set.
2274
- Rewrote how CPU instructions are fetched and how values are pushed and pulled
2275
from the stack - it gave a very large increase in emulation speed.
2276
- H-DMA was being started one scan-line too late.
2277
- Added CG-RAM reading support.
2278
- Added "Full Graphic" V-RAM reading.
2279
- Speeded up C version of CPU emulation quite a bit - could speed it up a
2280
little more before rewriting in assembler.
2281
- Fixed bugs in 16x16 tile drawing on 2bit and 8bit deep screens.
2282
0.6 released
2283
- Speeded up 16x16 tile background rendering by removing a temp tile buffer
2284
it was using. The speed up also fixed a vertical scroll bug.
2285
- Fixed slight window clipping on 16x16 tile backgrounds.
2286
- Added automatic PAL/NTSC mode switching.
2287
- Fixed background and sprites so only visible if on main-screen or
2288
on sub-screen under correct circumstance.
2289
- Fixed lockup bug in DMA.
2290
- Stopped NMI flag from being reset by reading $4210 - was causing a couple
2291
of games to get stuck.
2292
- Whoops, got horizontal and vertical Mode 7 flip bits around the wrong way!
2293
- Fixed MIT shared memory pixmap support for X11 version (it was always turned
2294
off).
2295
- Fixed minor bug - first sprite in priority group was drawn twice. Didn't
2296
cause any visual bugs, it just slowed down redrawing a little.
2297
- Fixed DMA bug - transfer byte count should be 0 after DMA has finished.
2298
- Fixed a scaling bug if width < height.
2299
- Interleaved ROM image support added.
2300
- 16bit and 24bit X11 server support added - with scaling.
2301
- Added window scaling on X11 version.
2302
- Partial clip windows added - the only window overlap option implemented at
2303
the moment is OR, it seems it good enough for all the ROMs I've tested
2304
it with.
2305
- Partial Mosaic effect added (pixels only growing vertically).
2306
- Missing Mode 7 "outside screen area" option added.
2307
- Fixed mode 7 screen wrap "outside screen area" option.
2308
- Used new event processing to finally fix H-IRQ so it triggers at the
2309
correct position on the scan line.
2310
- New event processing added.
2311
- Linux version now statically links libgz.so (sorry).
2312
0.5 released
2313
- Linux S-VGA version changed from using a 320x240 ModeX screen (slow) to a
2314
256x256 chunky screen (faster) - thanks to Phillip Ezolt ([email protected])
2315
for information on how to do this.
2316
- Mode 7 screen flipping added.
2317
- Included Snes97's CPU emulation code into Snes96. Didn't fix any bugs but
2318
slowed down the emulation some what and I couldn't compile it optimised
2319
because it was so large - so I removed it again.
2320
- Added a few extra features available via the keyboard.
2321
- Fixed a H-DMA transfer mode - bad documentation.
2322
- Fixed H-DMA indirect addressing (it was using the wrong CPU memory bank).
2323
- The Linux slow down bug is my crappy laptop enabling battery saving features !
2324
- Changed graphics code to perform true line-by-line screen updates.
2325
- Fixed sprite drawing bugs.
2326
- Ported Snes97's graphics code to Snes96.
2327
- Fixed memory map for HiROM save RAM area.
2328
- Fixed HiROM memory map - now Killer Instinct and Donkey Kong County work !
2329
- OK the slow down bug is just actually my laptop trying to save battery
2330
power by slowing the CPU clock!
2331
- The Linux slow down bug shows itself on DOS emulators running under DOSEMU
2332
so it must be a kernel problem (or feature).
2333
- Fixed H-DMA (again) to be complete emulation - all I need now is line-by-line
2334
screen update...
2335
- Fixed DMA to not copy too many bytes if byte count was not a multiple of
2336
the transfer mode quantity (caused corruption on Super Mario World map screen).
2337
- Changed mapping of keyboard to joy-pad buttons and added additional
2338
direction keys for joy-pad one so player one's right hand doesn't have to
2339
obscure player two's keyboard joy-pad buttons.
2340
- Changed joystick button layout to match SNES if using a 6 button joy-pad.
2341
- Changed snapshot format so I can easily use libgz on Linux.
2342
- Added few speed up tweaks that will be lost again when I add line-by-line
2343
screen update.
2344
- First visible scan-line changed from 8 to 1 to match with new docs.
2345
- New SNES information source found; fixed partial H-DMA emulation to include
2346
indirect addressing support.
2347
- Snapshot files are now compressed.
2348
- Compressed ROM images now supported on Linux.
2349
- Snapshot loading and saving added.
2350
- Joystick support for Linux added. One 2, 4 or 6 button joystick, or two 2
2351
button joysticks supported (PC hardware limitation).
2352
- SVGA full screen support added for Linux. Still has the X11 slow down bug so
2353
can't blame the X11 server any more! Must be a kernel bug or a very odd
2354
emulator bug.
2355
- Added emulation of two joy-pads on the PC/Sun keyboard.
2356
- Removed -i command line flag as it is no longer used. -h value range has also
2357
changed: now 1 - 100 (percentage).
2358
- Actuate cycle counting rather than instruction counting now added including
2359
fast and slow ROM timing - should give much better timing information when
2360
line-by-line screen update added.
2361
- Bug fixed old-style joy-pad access used by some ROMs - Mario All Stars still
2362
gives problems if enabled and I don't know why; but at least Super Bomberman
2363
now works !
2364
- Looks like if both horizontal and vertical IRQ are enabled then IRQ should
2365
only be triggered once per frame and not once per scan line - looking at the
2366
IRQ handler of a couple of ROMs seems to confirm this.
2367
- Added initial cycle counting - not accurate enough for some ROMs though.
2368
- Finally worked out how the odd VRAM address increments should work but only
2369
found one ROM, so far, that actually uses it.
2370
- Debugged the odd slow down problem with the Linux port - it seems to be a
2371
bug in the X Window System server - starve the X server of keyboard presses
2372
or mouse clicks or movement and the X server slows down, slowing down the
2373
emulator with it !
2374
0.4 released
2375
- Fixed sprite vertical clipping at top of screen.
2376
- No need to invert the Mode 7 transformation matrix before use - the
2377
ROM coder already had to!
2378
- Fixed Mode 7 scrolling offset when using special effects.
2379
- Added Mode 7 rotation, enlargement and reduction emulation.
2380
- DMA shouldn't zero the byte count value after a DMA has completed.
2381
- Added DMA reading (Addams Family was using it)
2382
- Fixed V-RAM read function - returned data should lag behind the V-RAM
2383
address by one byte/word.
2384
- Added mode 7 graphics only.
2385
0.3 released
2386
- Speeded up the main CPU loop a bit.
2387
- Add more command line options:
2388
-f <frame skip> (default 1)
2389
-i <no instructions between polling X> (default 32768)
2390
-h <number instructions per scan line> (default 45, some games allow a lower
2391
setting resulting in a increased
2392
emulated frame rate)
2393
-t enable CPU tracing
2394
-ss <sound CPU skip wait method> (default 0, more methods to be added)
2395
-H disable H-DMA emulation
2396
-F Force Hi-ROM memory map
2397
- Modified planar to chunky conversion to use look up tables.
2398
- But now Mario All Stars won't start. Made emulation of $4016 optional with
2399
-o command line switch.
2400
- Thanks to Carlos (calb) of ESNES fame, I've added correct $4016 & $4017
2401
joy-pad register processing - now several more ROMs will start once a
2402
button is pressed and can be controlled.
2403
- DMA wasn't updating DMA registers with the final CPU address used after the
2404
DMA had completed (caused sprite and background corruption with some ROMs).
2405
Still suspect another DMA side effect isn't being emulated correctly though.
2406
- Fixed setting of CPU overflow flag in ADC and SBC instructions in decimal
2407
mode.
2408
- Fixed MVP/MVN CPU instructions to leave X and Y values correct at end of
2409
loop - several more ROMs now work. Still don't know if MVP/MVN instructions
2410
should ignore the accumulator size flag or not.
2411
- Rewrote background drawing code - gives a large increase in speed.
2412
- Flag to only update X Windows colour palette when necessary was missing a
2413
case - caused some ROMs to start with a black screen.
2414
- Code to only update background tiles when changed wasn't working so I
2415
disabled it.
2416
- CPU WAI instruction needed to trigger on hardware IRQ even when interrupt
2417
enable flag was false.
2418
- DMA was not transferring 65536 bytes when byte count was 0.
2419
- Fixed matrix 16bit x 8bit multiplication (old debug code was causing junk
2420
value to be returned).
2421
- Fixed Makefile so version.h header file change recompiles file that shows
2422
version number in window title.
2423
- Added more reporting of used but unimplemented missing hardware features to
2424
debug command.
2425
- New ROM loading code from Jerremy included, can now cope with ROM images
2426
with no 512 byte header.
2427
- Speeded up emulated memory access a little bit.
2428
0.2 released
2429
- Added matrix 16bit x 8bit multiplication for Super Off-Road Racer.
2430
- Added initial H-DMA emulation - visual effects using it will not be seen
2431
correctly until screen is updated line-by-line rather than the whole screen
2432
at end-of-frame.
2433
- Fixed horizontal sprite clipping (vertical clipping still has a problem).
2434
- Integrated large sprite bug fixes and new background drawing code from
2435
Jerremy.
2436
- Fixed large size per-sprite flag; always stayed true after sprite size was
2437
changed to large.
2438
- Rewrote the planar to chunky pixel conversion routines (still need more
2439
work).
2440
- Made registers $4016 & $4017 always return $ff - lots of ROMs that previously
2441
wouldn't go beyond the title screen thought old-style joy-pads were
2442
connected and were waiting for the user to press a button on them.
2443
- Frame skip rate now set to 1 instead of 5 on my P166 laptop!
2444
- Fixed NMI v-blank flag being incorrect set, caused some ROMs to lock.
2445
- X keyboard autorepeat now switched off when emulator has keyboard focus.
2446
- Added number key options to toggle backgrounds 1 to 4 and objs (sprites) on
2447
and off.
2448
- Fixed sprite clipping problems at edge of left hand side of screen.
2449
- Corrected Hi-ROM memory map (I think) (no I didn't)
2450
- Fixed most of the sprite-to-sprite priority problems.
2451
- Added sprite debug command, 'S'.
2452
- Added a debug command to show what missing hardware features a ROM was using.
2453
- Added horizontal and vertical beam position IRQ - horizontal always triggers
2454
at start of line at the moment.
2455
- Fixed SBC instruction to set carry flag the correct way around.
2456
Initial release 0.1
2457
- Ported Windows 95 version of Snes96 to Linux on a PC and Solaris on a
2458
SparcStation.
2459
- Corrected work RAM memory map.
2460
2461