build/whatsnew/whatsnew_0155.txt
r32715 | r32716 | |
66 | 66 | technical notes and instructions. Cleaned up the whole driver. |
67 | 67 | [Roberto Fresca] |
68 | 68 | |
69 | | -tasman.c: Remove extraneous K053246/7 device and use correct gfx |
70 | | layout for K055673; fixes debug assert and gfx viewer crash rungun.c: |
71 | | Make sprite mask ROM tests pass [Alex Jackson] |
| 69 | -k053246_k053247_k055673.c: Make 8-bit-per-pixel ROM readback work; |
| 70 | hook up ROM readback properly in rungun.c; hook up registers properly |
| 71 | in tasman.c (sprite ROM tests pass now, still doesn't draw anything) |
72 | 72 | |
73 | 73 | -fm2612: fixed missing dac channel on savestate load |
74 | 74 | [dink (FB Alpha project)] |
r32715 | r32716 | |
78 | 78 | -speedbal.c: Give Music Ball it's own correct Bonus dipswitch settings. |
79 | 79 | Add dipswitch locations to Speed Ball & Music Ball. [Brian Troha] |
80 | 80 | |
81 | | -tasman.c: hooked up k053246/k055673 registers; object ROM tests pass |
82 | | now [Alex Jackson] |
83 | | |
84 | 81 | -improve Funny Strip / Puck People protection simulation [iq_132] |
85 | 82 | |
86 | 83 | -tatsumi.c: Fixed Cycle Warriors (set 1) hangs at boot. [MASH] |
r32715 | r32716 | |
245 | 242 | allocation and access handlers, and converted a few drivers to use |
246 | 243 | this instead of code from cartslot.c [Fabio Priuli] |
247 | 244 | |
248 | | -Add width/endianness to supracan software list [Alex Jackson] |
249 | | |
250 | 245 | -softlist: restored the support for loading games from compatible |
251 | 246 | softlists (like gbcolor games in gameboy, and viceversa, msx1 carts in |
252 | 247 | msx2, etc.) by using the syntax mess system -media list:gamename You |
r32715 | r32716 | |
325 | 320 | |
326 | 321 | -WebUI: clean up and fixed HTML compliance. [Firehawke] |
327 | 322 | |
328 | | -k053260: delta PCM decoding rolls over instead of clipping; fixes |
329 | | MT#1007 [Alex Jackson] |
330 | | |
331 | 323 | -added makefile variable OPENMP to enable usage of OpenMP (includes |
332 | 324 | vconv support of -fopenmp) [Oliver Stöneberg] |
333 | 325 | |