Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

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.
[hash]aes.xml

r8231 Sunday 6th June, 2010 at 01:34:35 UTC by Robbbert
Let's not forget the credits
[docs]messnew.txt

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.
[hash]aes.xml

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 ;-) )
[hash]aes.xml

r8219 Friday 4th June, 2010 at 18:59:40 UTC by Fabio Priuli
forgot this file
[src/mess/drivers]nes.c

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
[hash]aes.xml

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

r8214 Friday 4th June, 2010 at 09:46:11 UTC by Miodrag Milanović
[MESSUI] Added ability to start software list items.
[src/mess/osd/winui]messui.c messui.h softwarelist.c softwarelist.h
[src/osd/winui]winui.c

r8213 Friday 4th June, 2010 at 08:40:14 UTC by Miodrag Milanović
[MESSUI] Cleared software list code a bit
[src/mess/osd/winui]messui.c softwarelist.c

r8212 Friday 4th June, 2010 at 08:28:56 UTC by Dirk Best
VC 4000 softlist: Added year to soccer
[hash]vc4000.xml

r8211 Friday 4th June, 2010 at 07:13:40 UTC by Barry Rodewald
[AES] Added World Heroes 2 Jet to the software list.
[hash]aes.xml

r8210 Friday 4th June, 2010 at 06:30:57 UTC by Barry Rodewald
[AES] Added 4 more games to the software list.
[hash]aes.xml

r8209 Friday 4th June, 2010 at 03:23:25 UTC by Barry Rodewald
[AES] Added Basebal Stars Professional and Top Player's Golf to software list.
[hash]aes.xml

r8208 Friday 4th June, 2010 at 03:07:27 UTC by R. Belmont
[APPLE2] apple2ep doesn't have the CFFA. For now.
[src/mess/drivers]apple2.c

r8207 Friday 4th June, 2010 at 01:11:45 UTC by Barry Rodewald
[AES] Added support for decryption of SVC Chaos and Samurai Shodown V, and added them to the software list.
[hash]aes.xml
[src/mess/devices]aescart.c

r8206 Friday 4th June, 2010 at 01:09:46 UTC by Barry Rodewald
Added support for load32_word loadflag in software lists.
[src/mess]softlist.c

r8205 Thursday 3rd June, 2010 at 14:37:56 UTC by Miodrag Milanović
[MESSUI] Added list of all software items from all lists into software list picker, with additional data
[src/mess/osd/winui]messui.c softwarelist.c softwarelist.h

r8204 Thursday 3rd June, 2010 at 12:53:31 UTC by Barry Rodewald
[AES] Added support for Matrimelee, and added it to the software list.
[hash]aes.xml
[src/mess/devices]aescart.c
[src/mess/drivers]ng_aes.c

r8203 Thursday 3rd June, 2010 at 08:30:37 UTC by Miodrag Milanović
[MESSUI] Added new tab for software list, copied some functionalities from software picker which need rewrite to make things work.
[src/mess/osd/winui]messui.c resourcems.h softwarelist.c* softwarelist.h* winui.mak
[src/osd/winui]mameui.rc winui.c

r8202 Thursday 3rd June, 2010 at 06:50:06 UTC by Miodrag Milanović
[MESSUI] Reverting back changes from yesterday, starting proper implementation
[src/mess/osd/winui]messui.c

r8201 Thursday 3rd June, 2010 at 03:13:09 UTC by Barry Rodewald
[AES] Added support for carts with encrypted GRX, starting with Metal Slug 3.
[hash]aes.xml
[src/mess]mess.mak
[src/mess/devices]aescart.c

r8200 Wednesday 2nd June, 2010 at 12:15:49 UTC by Miodrag Milanović
[MESSUI] Initial softlist support, will automatically add a folders for software lists assigned to driver to the software picker.
[src/mess/osd/winui]messui.c

r8199 Wednesday 2nd June, 2010 at 10:09:58 UTC by Fabio Priuli
fixed smssdisp cartslots so that they can load from softlist
[src/mess/drivers]sms.c

r8198 Tuesday 1st June, 2010 at 22:52:17 UTC by Fabio Priuli
[OMV] Added BAD_DUMP flag to omv1000 (the bios comes from a FG-2000) and fixed credit
[docs]messnew.txt
[src/mess/drivers]sg1000.c

r8197 Tuesday 1st June, 2010 at 14:36:50 UTC by Fabio Priuli
lists wip:

* fixed max list (offsets were missing)
* hooked up max and vc4000 lists to the correspondent drivers
[hash]max.xml
[src/mess/drivers]c64.c vc4000.c
[src/mess/machine]c64.c

r8196 Tuesday 1st June, 2010 at 11:39:25 UTC by Dirk Best
VC 4000 software list: Removed games not released for this system, added alternate names, sorted by catalog numbers, added info about internal ram and bad dump flags
[hash]vc4000.xml

r8195 Tuesday 1st June, 2010 at 06:39:27 UTC by Fabio Priuli
Added Commodore Ultimax / VIC-10 software list
[hash]max.xml*

r8194 Tuesday 1st June, 2010 at 02:24:09 UTC by R. Belmont
[APPLE2GS] More ADB cleanup; 1-second interrupts are now serviced, but Nucleus' clock still doesn't update.
[src/mess/machine]apple2gs.c

r8193 Monday 31st May, 2010 at 22:19:13 UTC by R. Belmont
[TI99] Don't crash with new IDE semantics.
[src/emu/machine]idectrl.c

r8192 Monday 31st May, 2010 at 20:05:38 UTC by R. Belmont
[APPLE2GS] Fix Nucleus crashing.
[src/mess/machine]apple2gs.c

r8191 Monday 31st May, 2010 at 17:03:27 UTC by Curt Coder
[OMV] Fixed inputs, cleaned up driver.
[docs]messnew.txt
[src/mess/drivers]sg1000.c

r8190 Monday 31st May, 2010 at 07:10:47 UTC by Fabio Priuli
Added new sms/sg1000 dumps and the OMV bios
[hash]sg1000.xml sms.xml
[src/mess]messdriv.c
[src/mess/drivers]sg1000.c

r8189 Monday 31st May, 2010 at 02:10:53 UTC by R. Belmont
[APPLE2] Support Rich Dreher's Compact Flash/IDE interface on the apple2ee driver.
[docs]messnew.txt
[src/emu/machine]idectrl.c
[src/mess]mess.mak
[src/mess/drivers]apple2.c
[src/mess/machine]a2cffa.c* a2cffa.h*

r8188 Sunday 30th May, 2010 at 16:49:20 UTC by Firewave
[NC] Fixed "Cursor Up" keycode and documented "White" key for nc200
[src/mess/drivers]nc.c

r8187 Saturday 29th May, 2010 at 22:44:50 UTC by Barry Rodewald
[AES] Added Korean title for Samurai Shodown III.
[hash]aes.xml

r8186 Friday 28th May, 2010 at 19:14:28 UTC by incog
Added Interton VC 4000 software list.
[hash]vc4000.xml*

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team