Feed
The MESS SVN has been merged into the MAME SVN.
| r8039 Friday 14th May, 2010 at 16:29:20 UTC by Robbbert |
| [JAGUAR] Finished adding support for all known homebrew filetypes. Please read the forum for more info. |
| [src/mess/drivers] | jaguar.c |
| r8038 Friday 14th May, 2010 at 13:39:17 UTC by Fabio Priuli |
| updated jaguar list to include the .j64 version of Air Cars (thanks to Robbbert) |
| r8037 Friday 14th May, 2010 at 13:19:51 UTC by Fabio Priuli |
lists wip:
- added back a few sets which got lost either when lists were first created or in the conversions from c to xml
- fixed a few wrong sizes and a few duplicate sets
- added mention to a few more protos (credits to Diet Go Go Fan for the research, as usual) |
| [hash] | gamegear.xml gba.xml gbcolor.xml megadriv.xml n64.xml snes.xml wswan.xml |
| r8036 Friday 14th May, 2010 at 07:17:59 UTC by Robbbert |
| [JAGUAR] More work on loading homebrews. Removed J01 extension. |
| [src/mess/drivers] | jaguar.c |
| r8035 Thursday 13th May, 2010 at 22:41:18 UTC by Robbbert |
| Forgot something |
| r8034 Thursday 13th May, 2010 at 22:22:02 UTC by Fabio Priuli |
MIsc softlists wip:
- added some more validation checks for software lists
- added support for software lists in 32x: now all lists in hash/ can be used
- added more years and publishers to snes.xml (up to L)
- added more parent/clone relations to sms.xml
- listed more undumped protos (again, thanks to Diet Go Go Fan)
- added a few more dumps here and there |
| [hash] | 32x.xml megadriv.xml n64.xml sg1000.xml sms.xml snes.xml supracan.xml vboy.xml |
| [src/mess] | softlist.c |
| [src/mess/drivers] | genesis.c |
| [src/mess/machine] | genesis.c |
| r8033 Thursday 13th May, 2010 at 11:56:07 UTC by Robbbert |
| [PEGASUS] Provided a version with the memory expansion unit fitted. |
| [src/mess/drivers] | pegasus.c |
| r8032 Thursday 13th May, 2010 at 09:06:03 UTC by Robbbert |
| [JAGUAR] Started work on "abs" files, not working yet. Made a common decrypt routine, fixes some "bin" files that weren't being completely unscrambled. |
| [src/mess/drivers] | jaguar.c |
| r8031 Thursday 13th May, 2010 at 06:19:46 UTC by Robbbert |
| [JAGUAR] Fixed loading of "rom" files, some of these now work. |
| [src/mess/drivers] | jaguar.c |
| r8030 Thursday 13th May, 2010 at 05:28:25 UTC by Robbbert |
| [JAGUAR] Added support for "rom","prg","cof" files. Only "cof" is working. |
| [src/mess/drivers] | jaguar.c |
| r8029 Thursday 13th May, 2010 at 01:39:19 UTC by Fabio Priuli |
| sync'ing a couple of dumps with nointro (more investigations pending) |
| r8028 Thursday 13th May, 2010 at 01:28:18 UTC by Fabio Priuli |
| Fixed videoartist size (checksums matched) |
| r8027 Thursday 13th May, 2010 at 01:20:02 UTC by Fabio Priuli |
| forgot to hit save before the commit |
| r8026 Thursday 13th May, 2010 at 00:57:35 UTC by Fabio Priuli |
misc softlist wip:
- added release dates to vboy US games (thanks Diet Go Go Fan)
- added a few more dumps
- added publishers, years and parent/clone relations to gamegear.xml
- partially added publishers and years (up to letter G) to snes.xml |
| [hash] | gamegear.xml megadriv.xml n64.xml snes.xml vboy.xml |
| r8025 Wednesday 12th May, 2010 at 22:56:08 UTC by Angelo Salese |
| [Jaguar]: implemented bare bones timing for the blitter status and fixed vertical half line, this fixes Hyper Force booting |
| [src/mame/includes] | jaguar.h |
| [src/mame/video] | jaguar.c |
| [src/mess/drivers] | jaguar.c |
| r8024 Wednesday 12th May, 2010 at 22:14:36 UTC by Angelo Salese |
| [Jaguar]: assume that the UART is always empty / unconnected, fixes Doom hang if you try to select Deathmatch / Co-Op modes |
| r8023 Wednesday 12th May, 2010 at 16:14:32 UTC by Firewave |
| Fixed some incorrect function declarations (submitted to MAMEdev) [Robbbert] |
| [src/osd/windows] | winmain.c |
| r8022 Wednesday 12th May, 2010 at 06:50:09 UTC by Robbbert |
| [JAGUAR] Fixed regression of Ultra Vortek Beta, and Doom. |
| [src/mess/drivers] | jaguar.c |
| r8021 Wednesday 12th May, 2010 at 05:55:27 UTC by Fabio Priuli |
| enabled battery support (SRAM & NVRAM) when loading through software lists: it works! |
| [src/mess/drivers] | gba.c |
| [src/mess/machine] | gb.c genesis.c nes.c sms.c snescart.c wswan.c |
| r8020 Wednesday 12th May, 2010 at 02:24:38 UTC by Angelo Salese |
| restored silly revert |
| [src/emu/cpu/z8000] | z8000.c z8000ops.c z8000tbl.c |
| r8019 Wednesday 12th May, 2010 at 02:15:42 UTC by Angelo Salese |
| Fix debug compile? |
| [src/emu/cpu/z8000] | z8000.c z8000ops.c z8000tbl.c |
| r8018 Wednesday 12th May, 2010 at 01:39:10 UTC by Angelo Salese |
| [M20]: Draws now ... a triangle (POST drawing I suppose) |
| [src/emu/cpu/z8000] | z8000.c z8000ops.c z8000tbl.c |
| [src/mess/drivers] | m20.c |
| r8017 Wednesday 12th May, 2010 at 00:33:00 UTC by Angelo Salese |
| [M20]: Hooked up MC6845 registers, more z8001 work |
| [src/emu/cpu/z8000] | z8000.c z8000ops.c z8000tbl.c |
| [src/mess/drivers] | m20.c |
| r8016 Tuesday 11th May, 2010 at 23:49:54 UTC by Angelo Salese |
| First batch of Zilog Z8001 mods (treated as a separate CPU core for now) |
| [src/emu/cpu/z8000] | 8000dasm.c z8000.c z8000cpu.h z8000ops.c z8000tbl.c |
| r8015 Tuesday 11th May, 2010 at 20:58:18 UTC by Wilbert Pol |
| Added NTS DreamWriter T100 roms. |
| [src/mess/drivers] | nakajies.c |
| r8014 Tuesday 11th May, 2010 at 20:35:25 UTC by Angelo Salese |
| Placeholder for the Zilog Z8001 CPU core |
| [src/emu/cpu/z8000] | z8000.c z8000.h |
| [src/mess/drivers] | m20.c p8k.c |
| r8013 Tuesday 11th May, 2010 at 15:23:35 UTC by Angelo Salese |
| [Jaguar]: Fixed a2 masking in the blitter |
| [src/mame/video] | jagblit.c |
| r8012 Tuesday 11th May, 2010 at 12:44:41 UTC by Fabio Priuli |
misc list wip:
- added parent name length validation and fixed the resulting warnings
- added parent/clone relationships, publishers and years in N64 list
- fixed sgx.xml properties
- fixed sgx cart interface |
| [hash] | gameboy.xml gamegear.xml gba.xml megadriv.xml n64.xml pce.xml sgx.xml sms.xml snes.xml |
| [src/mess] | softlist.c |
| r8011 Tuesday 11th May, 2010 at 05:05:24 UTC by Fabio Priuli |
| forgot a file... |
| r8010 Monday 10th May, 2010 at 21:25:01 UTC by Fabio Priuli |
misc list wip:
- added sgx list and support in the driver
- added publishers and years in PCE & TG16 lists
- added a few more SNES sets
- fixed gbcolor cart interface |
| [hash] | gbcolor.xml pce.xml snes.xml tg16.xml |
| [src/mess/drivers] | gb.c pce.c |
| r8009 Monday 10th May, 2010 at 11:28:35 UTC by Fabio Priuli |
| removed a few unneeded html codes and fixed -listsoftware to output valid xml files |
| [hash] | pce.xml tg16.xml |
| [src/mess] | climess.c |
| r8008 Monday 10th May, 2010 at 10:47:03 UTC by Fabio Priuli |
| fixed small softlist bits and added parent info to -listsoftware input |
| [hash] | gamegear.xml pce.xml sg1000.xml sms.xml snes.xml |
| [src/mess] | climess.c |
| r8007 Monday 10th May, 2010 at 10:05:41 UTC by Firewave |
| Re-added icon for command-line executable accidentally removed in r7912 [Anna Wu] |
| [src/mess/osd/windows] | mess.rc |
| r8006 Monday 10th May, 2010 at 09:09:59 UTC by Firewave |
| Fixed stack corruption with CHDs containing MODE2_FORM_MIX tracks (submitted to MAMEdev) |
| r8005 Sunday 9th May, 2010 at 14:06:57 UTC by Angelo Salese |
| Added a bunch of useful print reports |
| r8004 Sunday 9th May, 2010 at 13:44:56 UTC by Angelo Salese |
| [Jaguar]: copy the entire BIOS ROM into RAM, now the BIOS returns a RSoD if a cart isn't inserted (correct behaviour) |
| [src/mess/drivers] | jaguar.c |
| r8003 Saturday 8th May, 2010 at 18:58:26 UTC by Firewave |
| [MAMEUI] Removed obsolete language file code |
| [src/osd/winui] | mameui.rc resource.h winui.c |
| r8002 Saturday 8th May, 2010 at 17:30:57 UTC by Wilbert Pol |
| src/mess/video/smsvdp.c: Increased sprite_buffer array size in sms_refresh_tms9918_sprites. [Bug #1947] |
| r8001 Saturday 8th May, 2010 at 15:09:48 UTC by Angelo Salese |
| [Jaguar]: fixed RGB VARMOD mode |
| r8000 Saturday 8th May, 2010 at 00:30:28 UTC by Firewave |
| Fixed stack walk on Windows (submitted to MAMEdev) |
| [src/osd/windows] | winmain.c |
| r7999 Friday 7th May, 2010 at 22:33:10 UTC by Firewave |
| Updated messnew.txt |
| r7998 Friday 7th May, 2010 at 22:14:37 UTC by Firewave |
| [WIMGTOOL] Fixed reading of command-line parameter (fixes bug 1908) |
| [src/mess/tools/imgtool/windows] | wmain.c |
| r7997 Friday 7th May, 2010 at 21:57:10 UTC by Firewave |
| [WIMGTOOL] Increased default width of Sector View to 16 rows (fixes bug 1124) |
| [src/mess/tools/imgtool/windows] | wimgtool.rc |
| r7996 Friday 7th May, 2010 at 21:56:13 UTC by Firewave |
| [WIMGTOOL] Some formating changes to windows/wimgtool.rc done by Visual Studio 2010 |
| [src/mess/tools/imgtool/windows] | wimgtool.rc |
| r7995 Friday 7th May, 2010 at 19:29:29 UTC by Firewave |
| [MAMEUI] Removed unused resource IDs |
| [src/osd/winui] | resource.h |
| r7994 Friday 7th May, 2010 at 19:26:33 UTC by Firewave |
| [NEWUI] Removed unused variables |
| [src/mess/osd/windows] | dialog.c |
| r7993 Friday 7th May, 2010 at 18:54:28 UTC by Firewave |
| [MAMEUI/MESSUI] Updated copyright |
| r7992 Friday 7th May, 2010 at 18:39:16 UTC by Firewave |
| [NEWUI] More input customization code cleanups |
| [src/mess/osd/windows] | dialog.c dialog.h menu.c |
| r7991 Friday 7th May, 2010 at 17:24:23 UTC by Firewave |
| [NEWUI] Initial cleanup of input customization code |
| [src/mess/osd/windows] | menu.c |
| r7990 Friday 7th May, 2010 at 17:19:05 UTC by Fabio Priuli |
| ported rev.7989 to software list loading |
| [src/mess/drivers] | jaguar.c |
© 1998-2018 The MESS Team