The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r8089 Wednesday 19th May, 2010 at 21:52:56 UTC by Firewave |
|---|
| Moved softlist.o to the core |
| [src/mess] | mess.mak messcore.mak |
| r8088 Wednesday 19th May, 2010 at 17:59:57 UTC by Fabio Priuli |
|---|
| Fixed assert [Michael Zapf] |
| [src/mess/machine] | ti99_4x.c |
| r8087 Wednesday 19th May, 2010 at 15:17:28 UTC by Firewave |
|---|
| Removed obsolete file |
| [src/mame/video] |
| r8086 Wednesday 19th May, 2010 at 14:33:12 UTC by Curt Coder |
|---|
| [AIM65_40] Mapped devices. |
| [src/mess/drivers] | aim65_40.c |
| [src/mess/includes] | aim65_40.h* |
| r8085 Wednesday 19th May, 2010 at 14:24:24 UTC by Fabio Priuli |
|---|
| Fixed VS2010 warning |
| [src/mess/machine] | snescart.c |
| r8084 Wednesday 19th May, 2010 at 13:25:02 UTC by Firewave |
|---|
| [MESSUI] Changed some makefile comments |
| [src/mess/osd/winui] | winui.mak |
| r8083 Wednesday 19th May, 2010 at 09:21:52 UTC by Fabio Priuli |
|---|
| missed this include file |
| [src/mess/includes] | ti89.h* |
| r8082 Wednesday 19th May, 2010 at 09:03:19 UTC by Fabio Priuli |
|---|
| Several WIPs: * Improved TI-89, TI-92 and TI-92+ emulation [Sandro Ronco] * Updated TI99 to use TMC0285 voice synthesis processor instead of TMS5220 [Michael Zapf] * Added partially working support for Sufami Turbo carts in SNES * Added skeleton support for BS-X Satellaview carts in SNES (nothing loads yet and most hardware is not emulated) * Fixed a couple of details in snes.xml |
| [docs] | messnew.txt |
| [hash] | snes.xml |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c snes7110.c snesbsx.c* |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | geneve.c snes.c ti89.c ti99_4p.c ti99_4x.c ti99_8.c |
| [src/mess/machine] | geneve.c snescart.c snescart.h ti99_4x.c |
| r8081 Wednesday 19th May, 2010 at 00:47:23 UTC by Firewave |
|---|
| Check image loading result in device post-init - will now bail out on any image loading error and not just missing/inaccessible files (fixes bug 1955) |
| [docs] | messnew.txt |
| [src/mess] | image.c mess.c |
| r8080 Wednesday 19th May, 2010 at 00:39:20 UTC by Firewave |
|---|
| Removed unnecessary \n from fatalerror() and fatalerror_exitcode() calls |
| [src/mess] | mess.c |
| [src/mess/devices] | aescart.c cartslot.c ti99cart.c |
| [src/mess/drivers] | apricot.c cdi.c craft.c einstein.c |
| [src/mess/formats] | apridisk.c d64_dsk.c g64_dsk.c |
| [src/mess/machine] | gdrom.c i82439tx.c mpc105.c ncr5380.c nes.c pc8801.c scsibus.c svi318.c wd17xx.c |
| [src/mess/video] | gba.c gbam345.c mac.c pc_aga.c pc_cga.c pc_ega.c pc_mda.c pc_vga.c |
| r8079 Tuesday 18th May, 2010 at 23:49:26 UTC by Firewave |
|---|
| [WINUI] Removed duplicated check |
| [src/osd/winui] | dialogs.c |
| r8078 Tuesday 18th May, 2010 at 20:38:36 UTC by Stefano Priore |
|---|
| Added a couple '\n' |
| [src/mess] | image.c |
| r8077 Tuesday 18th May, 2010 at 18:36:17 UTC by Firewave |
|---|
| Updated messnew.txt |
| [docs] | messnew.txt |
| r8076 Tuesday 18th May, 2010 at 18:32:22 UTC by Firewave |
|---|
| Show message about success/failure when loading image during run-time (or print to console when specified on command-line / fixes bug 1031) Also removed now redundant messagebox with newui |
| [src/mess] | image.c |
| [src/mess/osd/windows] | menu.c |
| r8075 Tuesday 18th May, 2010 at 17:25:47 UTC by Firewave |
|---|
| [SNES] Cleaned up some extranous whitespaces softlist rom names |
| [hash] | snes.xml |
| r8074 Tuesday 18th May, 2010 at 15:19:21 UTC by Firewave |
|---|
| [AES] Fixed typo |
| [src/mess/drivers] | ng_aes.c |
| r8073 Tuesday 18th May, 2010 at 13:38:13 UTC by Robbbert |
|---|
| [MESSUI] fixed crash when looking at driver properties from r8068. |
| [src/osd/winui] | mui_opts.c |
| r8072 Tuesday 18th May, 2010 at 12:22:16 UTC by Fabio Priuli |
|---|
| A last bunch of cosmetic changes |
| [hash] | snes.xml |
| r8071 Tuesday 18th May, 2010 at 12:13:04 UTC by Fabio Priuli |
|---|
| rev.8069 should have included these as well |
| [hash] | snes.xml |
| r8070 Tuesday 18th May, 2010 at 10:51:27 UTC by Fabio Priuli |
|---|
| These carts can be enabled as well, even if don't do much |
| [hash] | snes.xml |
| r8069 Tuesday 18th May, 2010 at 10:43:34 UTC by Fabio Priuli |
|---|
| Adopted byuu's conventions for extensions of BS-X and Sufami Turbo games |
| [hash] | snes.xml |
| r8068 Tuesday 18th May, 2010 at 08:20:32 UTC by Robbbert |
|---|
| [MESSUI] Fixed corruption of ini files. 1. Running any driver would cause the paths to be reset to default 2. If it crashed, the paths would be missing. |
| [src/osd/winui] | mui_opts.c |
| r8067 Tuesday 18th May, 2010 at 02:35:53 UTC by Angelo Salese |
|---|
| Minor commenting out of an unneeded (by me) log output |
| [src/mame/video] | jaguar.c |
| r8066 Tuesday 18th May, 2010 at 00:36:51 UTC by Firewave |
|---|
| [32X] Added whitespaces to prototype rom names in softlist |
| [hash] | 32x.xml |
| r8065 Monday 17th May, 2010 at 21:48:56 UTC by Firewave |
|---|
| [GAMECOM] Fixed some file extensions in softlist |
| [hash] | gamecom.xml |
| r8064 Monday 17th May, 2010 at 20:19:17 UTC by Wilbert Pol |
|---|
| WIP: Skeleton driver for Casio CFX-9850 and custom Hitachi HCD62121 cpu core. Please leave disabled for the time being, commiting this to make sure I don't lose the code. |
| [src/emu/cpu/hcd62121] | hcd62121.c* hcd62121.h* hcd62121_ops.h* hcd62121d.c* |
| [src/mess/drivers] | cfx9850.c* |
| r8063 Monday 17th May, 2010 at 19:06:33 UTC by Fabio Priuli |
|---|
| Completed most years and publishers fields in snes.xml (up to Z, finally) |
| [hash] | snes.xml |
| r8062 Monday 17th May, 2010 at 15:20:54 UTC by Fabio Priuli |
|---|
| Modified pc8801 extRAM allocation. This might fix bug 1952. |
| [src/mess/machine] | pc8801.c |
| r8061 Monday 17th May, 2010 at 14:53:06 UTC by Fabio Priuli |
|---|
| More years and publishers in snes.xml (now up to S) |
| [hash] | snes.xml |
| r8060 Monday 17th May, 2010 at 12:16:48 UTC by Robbbert |
|---|
| [CASSETTE] Changed rewind & fast forward on oldui as well.. |
| [src/mess] | tapectrl.c |
| r8059 Monday 17th May, 2010 at 11:25:54 UTC by Robbbert |
|---|
| {CASSETTE] Changed rewind and fast forward to move 1 minute instead of 1 second. Changed play so that the tape stops itself at the end. |
| [src/mess/devices] | cassette.c |
| [src/mess/osd/windows] | menu.c |
| r8058 Monday 17th May, 2010 at 06:43:26 UTC by Fabio Priuli |
|---|
| Documented bugfix in messnew.txt |
| [docs] | messnew.txt |
| r8057 Monday 17th May, 2010 at 06:28:32 UTC by Fabio Priuli |
|---|
| Added supergb cart SRAM saving (bug #1949) |
| [src/mess/machine] | gb.c |
| r8056 Monday 17th May, 2010 at 05:30:55 UTC by Firewave |
|---|
| Re-applied stack crawl fix |
| [src/osd/windows] | winmain.c |
| r8055 Monday 17th May, 2010 at 03:50:29 UTC by Nathan Woods |
|---|
| Update to MAME 0.138 core |
| [ROOT] | makefile whatsnew.txt |
| [docs] | messnew.txt |
| [src] | version.c |
| [src/emu] | drawgfxm.h mame.c |
| [src/emu/cpu/dsp32] | dsp32.c |
| [src/emu/cpu/s2650] | s2650.c |
| [src/emu/cpu/tms57002] | tms57002.c |
| [src/emu/sound] | tms5110r.c tms5220.c |
| [src/lib/util] | cdrom.c |
| [src/mame] | mame.mak mamedriv.c |
| [src/mame/audio] | taito_en.c taito_en.h |
| [src/mame/drivers] | 8080bw.c armedf.c astrocorp.c btime.c champbas.c cinemat.c cojag.c cps2.c dynax.c forte2.c galaxold.c galivan.c goldstar.c jack.c jollyjgr.c maxaflex.c mcr68.c model1.c namcops2.c nightgal.c pacland.c pengadvb.c pgm.c polepos.c qdrmfgp.c scregg.c segag80r.c segas18.c simpsons.c snk.c suna8.c taito_f3.c targeth.c timeplt.c tp84.c tutankhm.c vertigo.c zn.c |
| [src/mame/includes] | galaxold.h pgm.h timeplt.h |
| [src/mame/layout] | lucky8.lay* |
| [src/mame/machine] | cps2crpt.c galaxold.c pgmcrypt.c |
| [src/mame/video] | btime.c pgm.c ppu2c0x.c taitosj.c timeplt.c |
| [src/osd/windows] | d3d9intf.c winfile.c winmain.c |
| r8054 Sunday 16th May, 2010 at 16:47:32 UTC by Firewave |
|---|
| [WINUI] Sync'd with .138 |
| [src/osd/winui/help/docs] | whatsnew.txt |
| [src/osd/winui/help/html] | mameui_changes.txt |
| r8053 Sunday 16th May, 2010 at 16:25:29 UTC by Firewave |
|---|
| [WIMGTOOL] Added workaround for wWinMain bug in MinGW (fixes bug 1950) |
| [src/mess/tools/imgtool/windows] | wmain.c |
| r8052 Saturday 15th May, 2010 at 20:33:07 UTC by Fabio Priuli |
|---|
| More years and publishers in snes.xml (now up to Q) |
| [hash] | snes.xml |
| r8051 Saturday 15th May, 2010 at 16:42:48 UTC by R. Belmont |
|---|
| [APPLE2] Two files I missed in the previous checkin. |
| [docs] | messnew.txt |
| [src/mess/includes] | apple2.h |
| r8050 Saturday 15th May, 2010 at 16:42:06 UTC by R. Belmont |
|---|
| [APPLE2] Expansion slots now have control over all the same resources they do in the real machine, including C800 banking. |
| [src/mess/drivers] | apple2.c |
| [src/mess/machine] | ap2_slot.c ap2_slot.h apple2.c |
| r8049 Saturday 15th May, 2010 at 11:24:05 UTC by Fabio Priuli |
|---|
| slight improvement to error logging [Michael Zapf] |
| [src/mess/devices] | ti99_hd.c |
| [src/mess/drivers] | geneve.c ti99_4p.c ti99_4x.c ti99_8.c |
| [src/mess/machine] | smc92x4.c |
| r8048 Saturday 15th May, 2010 at 10:35:00 UTC by Fabio Priuli |
|---|
| Updated sysinfo (Thanks Duke for fixing the script) |
| [ROOT] | sysinfo.dat |
| [docs] | messnew.txt |
| r8047 Saturday 15th May, 2010 at 10:18:57 UTC by Fabio Priuli |
|---|
| Updated messnew.txt... |
| [docs] | messnew.txt |
| r8046 Saturday 15th May, 2010 at 09:01:22 UTC by Fabio Priuli |
|---|
| re-ordered messnew entries |
| [docs] | messnew.txt |
| r8045 Saturday 15th May, 2010 at 08:44:02 UTC by Fabio Priuli |
|---|
| srcclean'd the MESS tree |
| [src/mess] | climess.c image.c infomess.c messdriv.c softlist.c |
| [src/mess/audio] | t6721.c ted7360.c upd1771.c |
| [src/mess/devices] | aescart.c messram.c ti99_hd.c ti99_hd.h ti99cart.c |
| [src/mess/drivers] | abc80x.c advision.c alesis.c arcadia.c at.c atom.c c16.c c64.c cd2650.c cgc7900.c chaos.c dc.c dm7000.c dolphin.c elektor.c fmtowns.c genesis.c geneve.c gmaster.c hec2hrp.c instruct.c interact.c intv.c jaguar.c lynx.c m20.c mtx.c mz2500.c n64.c nes.c ngp.c pasogo.c pc.c pegasus.c phc25.c pipbug.c pk8020.c pv1000.c pv9234.c px8.c radio86.c rmnimbus.c scv.c sg1000.c snes.c special.c spectrum.c svision.c swtpc.c sys2900.c tandy2k.c ti99_4p.c ti99_4x.c ti99_8.c trs80m2.c ut88.c vboy.c victor9k.c vidbrain.c vt240.c wswan.c x1.c z80dev.c |
| [src/mess/formats] | atarist_dsk.c atom_atm.c atom_tap.c cbm_snqk.c cbm_snqk.h d64_dsk.c fdi_dsk.c flopimg.c nes_dsk.c ti99_dsk.c trs_cmd.c wavfile.c |
| [src/mess/includes] | nes.h rmnimbus.h |
| [src/mess/machine] | 64h156.c 64h156.h 8530scc.c 99_dsk.c ac1.c amstrad.c apple2.c c1541.c c16.c c2040.c conkort.c gamecom.c gb.c genesis.c geneve.c lynx.c mac.c mc6852.c mtx.c nes.c nes_ines.c nes_mmc.c pce.c rmnimbus.c rs232.c smc92x4.c smc92x4.h snescart.c ti99_4x.c ti99_4x.h ti99pcod.c wd17xx.c |
| [src/mess/osd/winui] | messui.c propertiesms.c |
| [src/mess/tools/imgtool/modules] | fat.c |
| [src/mess/tools/imgtool/windows] | secview.c |
| [src/mess/tools/messdocs] | messdocs.c |
| [src/mess/video] | cgc7900.c crt9007.c crt9007.h fmtowns.c mbee.c odyssey2.c pegasus.c |
| r8044 Saturday 15th May, 2010 at 07:36:47 UTC by Fabio Priuli |
|---|
| Avoided possible memory leak with the new 32x cart code (and removed a useless line from a list) |
| [hash] | megadriv.xml |
| [src/mess/machine] | genesis.c |
| r8043 Saturday 15th May, 2010 at 07:31:10 UTC by Fabio Priuli |
|---|
| [TI99 family] Reimplementation of HDC9234 chip (smc92x4) for the HFDC controller. Now it supports all functions according to specifications (except tape functions), including formatting and real timings. Introduced DIP switches for configuring the attached drives. Implemented MFM hard disk (ti99_hd) device, wrapping the plain hard disk image. This also resolves bug #1257. (Michael Zapf) |
| [src/mess] | mess.mak |
| [src/mess/devices] | ti99_hd.c* ti99_hd.h* ti99cart.c |
| [src/mess/drivers] | geneve.c ti99_4p.c ti99_4x.c ti99_8.c |
| [src/mess/formats] | ti99_dsk.c ti99_dsk.h |
| [src/mess/machine] | 99_dsk.c 99_dsk.h geneve.c smc92x4.c smc92x4.h ti99_4x.c ti99_4x.h |
| r8042 Saturday 15th May, 2010 at 03:26:22 UTC by Robbbert |
|---|
| [JAGUAR] Removed support for Brutal SPorts Football 0FDCEB66 dodgy version. Use BCB1A4BF instead. |
| [src/mess/drivers] | jaguar.c |
| r8041 Friday 14th May, 2010 at 17:27:16 UTC by Robbbert |
|---|
| [JAGUAR] Adjusted the order of checks on the quickload |
| [src/mess/drivers] | jaguar.c |
| r8040 Friday 14th May, 2010 at 17:20:27 UTC by Angelo Salese |
|---|
| [X1]: Added experimental cartslot support |
| [src/mess/drivers] | x1.c |
| Previous 50 | 15994 Revisions | Next 50 |