Feed
The MESS SVN has been merged into the MAME SVN.
| r8264 Saturday 12th June, 2010 at 02:30:27 UTC by Barry Rodewald |
| [AES] Added protection handling for remaining encrypted games, added KOF99 to the software list. |
| [hash] | aes.xml |
| [src/mess/devices] | aescart.c |
| r8263 Friday 11th June, 2010 at 21:01:13 UTC by Wilbert Pol |
| Tpyo... |
| r8262 Friday 11th June, 2010 at 20:45:31 UTC by Wilbert Pol |
| Updated messnew. |
| r8261 Friday 11th June, 2010 at 20:35:57 UTC by Wilbert Pol |
Cassette: Chsange the proper flags when at end of tape.
[A2600] Made supercharger enable cassette motor upon mounting. Removed tape stop hack from the supercharger code. |
| [src/mess/devices] | cassette.c |
| [src/mess/drivers] | a2600.c |
| r8260 Thursday 10th June, 2010 at 21:19:43 UTC by Wilbert Pol |
| Epoch SCV software list: Added Dragonslayer and Y2 Monster Land. |
| r8259 Thursday 10th June, 2010 at 16:17:21 UTC by Angelo Salese |
| [GBA]: Fixed swapped left-right audio speakers. |
| r8258 Thursday 10th June, 2010 at 13:38:02 UTC by Angelo Salese |
| [GBA]: fixed reversed L & R button shoulders |
| r8257 Thursday 10th June, 2010 at 01:18:53 UTC by R. Belmont |
| [8530SCC] Preliminary implementations of loopback mode and the baud rate timers. Passes all 3 tests in the Mac IIci and later ROMs now. |
| [src/mess/machine] | 8530scc.c |
| r8256 Wednesday 9th June, 2010 at 23:00:06 UTC by Angelo Salese |
| Fix compile |
| [src/osd/winui] | properties.c |
| r8255 Wednesday 9th June, 2010 at 21:47:08 UTC by Michael Zapf |
| Increased pcb_types array; fixed astring_free issue |
| [src/mess/devices] | cartslot.h multcart.c |
| r8254 Wednesday 9th June, 2010 at 20:01:55 UTC by Firewave |
| [WINUI] Fixed potential memory leak reported by cppcheck |
| [src/osd/winui] | properties.c |
| r8253 Wednesday 9th June, 2010 at 09:20:35 UTC by Fabio Priuli |
| [NES] fixed a couple of typos and commented out/removed some debug message |
| [src/mess/machine] | nes.c nes_mmc.c nes_pcb.c |
| r8252 Wednesday 9th June, 2010 at 07:12:36 UTC by Fabio Priuli |
[NES] wip:
- more cleanups in WRAM handling (a few games crash at exit, but otherwise everything should be ok)
- some more PCB emulation work |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c nes_pcb.c nes_unif.c |
| r8251 Tuesday 8th June, 2010 at 20:03:55 UTC by Michael Zapf |
| Extending cartridge type paged379i to 128 KiB dumps |
| [src/mess/devices] | ti99cart.c |
| r8250 Tuesday 8th June, 2010 at 16:58:30 UTC by R. Belmont |
| [APPLE2GS] Added dump of ROM 3's ADB microcontroller. |
| [src/mess/drivers] | apple2gs.c |
| r8249 Monday 7th June, 2010 at 23:51:33 UTC by Barry Rodewald |
| [AES] Added KOF97 to the software list. |
| r8248 Monday 7th June, 2010 at 23:38:48 UTC by Michael Zapf |
| Defined sane defaults for configuration switches |
| [src/mess/drivers] | geneve.c ti99_4p.c ti99_4x.c ti99_8.c |
| r8247 Monday 7th June, 2010 at 23:11:27 UTC by Michael Zapf |
| Fixed issues with HSGPL; now fully working. |
| [src/mess/devices] | ti99cart.c |
| [src/mess/drivers] | ti99_4p.c ti99_4x.c |
| [src/mess/machine] | 99_hsgpl.c 99_hsgpl.h ti99_4x.c ti99_4x.h |
| r8246 Monday 7th June, 2010 at 23:05:00 UTC by Michael Zapf |
Temporarily deactivated IDE support (also for other ti systems) until
code review |
| [src/mess/drivers] | geneve.c ti99_8.c |
| r8245 Monday 7th June, 2010 at 22:56:46 UTC by Michael Zapf |
| Special addresses of CFI commands need to be masked to A14-A0 |
| [src/mess/machine] | at29040.c |
| r8244 Monday 7th June, 2010 at 20:49:24 UTC by Michael Zapf |
| Added presets of status registers 4 and 6 |
| r8243 Monday 7th June, 2010 at 17:29:10 UTC by Fabio Priuli |
| trying to fix the compile error which Apple gcc does not have... |
| [src/mess/machine] | nes_mmc.h |
| r8242 Monday 7th June, 2010 at 16:24:00 UTC by Fabio Priuli |
| [NES] merged part of the UNIF code with the PCB new code, removing some duplicate sections |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.h nes_pcb.c nes_unif.c |
| r8241 Monday 7th June, 2010 at 10:54:12 UTC by Fabio Priuli |
| [NES] another step towards PCB-based emulation and towards support for xml softlist |
| [src/mess] | mess.mak |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_pcb.c* nes_unif.c |
| r8240 Sunday 6th June, 2010 at 19:22:14 UTC by Fabio Priuli |
[NES] misc refactoring:
* moved the remaining static variable to nes_state (I will sort and cleanup them later)
* moved some mapper/unif specific code to the correspondent source file
* slightly changed the PPU latch data handling to behave like NEStopia |
| [src/mame/video] | ppu2c0x.c |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_unif.c |
| r8239 Sunday 6th June, 2010 at 14:12:17 UTC by R. Belmont |
| [APPLE2GS] ROM 1 is more sensitive about MCU comms. |
| [src/mess/machine] | apple2gs.c |
| r8238 Sunday 6th June, 2010 at 13:48:06 UTC by Fabio Priuli |
| sms.xml: added 3 new dumps of Korean games. mappers are not supported so the games do not currently work in MESS. |
| r8237 Sunday 6th June, 2010 at 07:18:03 UTC by Robbbert |
| Fix of bug #1900, someone needs to commit ui.c to mame. |
| [src/emu] | ui.c |
| [src/mess] | messopts.c |
| r8236 Sunday 6th June, 2010 at 06:09:00 UTC by Fabio Priuli |
| grr... I sent an outdated version of the nes fix... |
| [src/mess/machine] | nes_mmc.c |
| r8235 Sunday 6th June, 2010 at 05:59:57 UTC by Fabio Priuli |
| [NEWUI] Menu bar toggling is now detected only if ui is active (i.e. after you press ScrlLock), like other ui actions like Pause etc. This fixes conflicts with ESC key of the emulated machines. |
| [src/emu] | mame.c mame.h ui.c |
| [src/osd/windows] | video.c |
| r8234 Sunday 6th June, 2010 at 05:37:06 UTC by Fabio Priuli |
| [NES] Fixed a mistake in rev.8226: 0x6000-0x8000 access to PRG RAM was pointing to the wrong bank numbers. This fixes the crashes introduced in that revision for games like Metroid |
| [src/mess/machine] | nes.c nes_mmc.c |
| r8233 Sunday 6th June, 2010 at 03:26:07 UTC by R. Belmont |
| Add clock parameter to all users of 8530SCC (guessed for some drivers) |
| [src/mess/drivers] | apple2gs.c atarist.c ip20.c mac.c x68k.c |
| [src/mess/machine] | 8530scc.h |
| r8232 Sunday 6th June, 2010 at 03:08:28 UTC by Barry Rodewald |
| [AES] Added Real Bout Fatal Fury 1 and 2 to the software list. |
| r8231 Sunday 6th June, 2010 at 01:34:35 UTC by Robbbert |
| Let's not forget the credits |
| r8230 Sunday 6th June, 2010 at 01:32:19 UTC by Robbbert |
| Added Bally Home Library Computer [ranger_lennier] |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | astrocde.c |
| r8229 Saturday 5th June, 2010 at 20:54:20 UTC by Fabio Priuli |
| [NES] minor update: MMC5 VROM registers should be 10bits wide |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c |
| r8228 Saturday 5th June, 2010 at 10:18:04 UTC by Fabio Priuli |
| fixing a warning which Apple gcc was not complaining about ;-) |
| [src/mess/machine] | nes_ines.c |
| r8227 Saturday 5th June, 2010 at 09:24:17 UTC by Fabio Priuli |
[NES] A few more memory_set_bankptr -> memory_set_bank replacements, added
PRG RAM banks to the banks which can be mapped in 0x8000-0xffff (needed by e.g. MMC5),
fixed a small mistake in bank config when less than 8K WRAM is present. |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c |
| r8226 Saturday 5th June, 2010 at 08:02:43 UTC by Fabio Priuli |
[NES] re-worked WRAM implementation:
* split Battery Backed WRAM handling from Volatile WRAM handling
* allow for Battery Backed WRAM smaller than 8K
* hopefully fixed a bunch of WRAM banking quirks |
| [src/mess/drivers] | nes.c |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c |
| r8225 Saturday 5th June, 2010 at 06:41:22 UTC by Justin Kerk |
| Misc. software description fixes |
| [hash] | arcadia.xml megaduck.xml scv.xml |
| r8224 Saturday 5th June, 2010 at 05:46:32 UTC by Fabio Priuli |
| [VG5K] Added emulation of the video chip used by this computer, based on Daniel Coulom's implementation, and improved driver state: the system is basically working now. [Sandro Ronco] |
| [docs] | messnew.txt |
| [src/mess] | mess.mak |
| [src/mess/drivers] | vg5k.c |
| [src/mess/video] | ef9345.c* ef9345.h* |
| r8223 Saturday 5th June, 2010 at 05:33:37 UTC by Fabio Priuli |
| [X07] Added printer text support [Sandro Ronco] |
| [src/mess/drivers] | x07.c |
| [src/mess/includes] | x07.h |
| r8222 Saturday 5th June, 2010 at 00:23:08 UTC by Barry Rodewald |
| [AES] Added KOF95 to the software list. |
| r8221 Friday 4th June, 2010 at 23:25:42 UTC by Fabio Priuli |
Last batch of refactorizations.
This also adds preliminary support for iNES 2.0 headers: it is basically untested and
it does not much more than logging all the additional fields and handle additional
mapper/prg_chunks/chr_chunks bits |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_unif.c |
| r8220 Friday 4th June, 2010 at 19:56:29 UTC by Fabio Priuli |
| added lastbld2 to aes.xml (sorry Barry, but I really wanted to play with this ;-) ) |
| r8219 Friday 4th June, 2010 at 18:59:40 UTC by Fabio Priuli |
| forgot this file |
| r8218 Friday 4th June, 2010 at 18:57:42 UTC by Fabio Priuli |
| [NES] some more refactoring. main change: converted PRG banking to use memory_configure_bank in place of memory_set_bankptr |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_mmc.c |
| [src/mess/video] | nes.c |
| r8217 Friday 4th June, 2010 at 18:39:47 UTC by Fabio Priuli |
| [NEWUI] TAB should not turn on the Old UI if the user has enabled newui. While at it, also associated ESC to Menu bar toggling when in newui (like many other emulators for Windows), given that user would quit MESS with File > Exit in the menu bar. |
| [src/emu] | ui.c ui.h |
| [src/osd/windows] | input.c |
| r8216 Friday 4th June, 2010 at 15:45:32 UTC by Firewave |
| [AES] Fixed tpgolf rom names |
| r8215 Friday 4th June, 2010 at 11:22:58 UTC by Fabio Priuli |
| [NES] internal refactoring |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_unif.c |
© 1998-2018 The MESS Team