Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r20120 Monday 7th January, 2013 at 22:00:33 UTC by David Haywood |
|---|
| shift outrun / turbo outrun sprites by 1 pixel in the x direction, reference point turbo outrun course map, real hardware isn't glitched like MAME was. (nw) |
| [src/mame/video] | sega16sp.c |
| r20119 Monday 7th January, 2013 at 20:51:34 UTC by Curt Coder |
|---|
| flopimg: FM WIP (nw) |
| [src/lib/formats] | flopimg.c wd177x_dsk.c wd177x_dsk.h |
| [src/mess/machine] | comx_fd.c |
| r20118 Monday 7th January, 2013 at 18:23:45 UTC by Curt Coder |
|---|
| Added FM encoding support to flopimg and wd17xx_dsk. [Curt Coder] |
| [src/lib/formats] | adam_dsk.c comx35_dsk.c d81_dsk.c flopimg.c flopimg.h smx_dsk.c tiki100_dsk.c tvc_dsk.c wd177x_dsk.c wd177x_dsk.h |
| r20117 Monday 7th January, 2013 at 17:22:04 UTC by Angelo Salese |
|---|
| Notes update |
| [src/mess/machine] | pce.c |
| r20116 Monday 7th January, 2013 at 15:03:09 UTC by Fabio Priuli |
|---|
| fix compile on MacOSX 10.6.8. nw. |
| [src/emu/machine] | n68681.c |
| r20115 Monday 7th January, 2013 at 13:13:21 UTC by Robbbert |
|---|
| P8000_16 : Fixed regression caused by CPU redesign (nw) |
| [src/mess/drivers] | p8k.c |
| r20114 Monday 7th January, 2013 at 11:17:37 UTC by Barry Rodewald |
|---|
| s11b,s11c: Writes to 0x68xx appear to pulse the BG CVSD clock input. Speech output on s11c games now works. |
| [src/mame/drivers] | s11b.c s11c.c |
| r20113 Monday 7th January, 2013 at 04:44:44 UTC by R. Belmont |
|---|
| n68681: preliminary working diserial-based I/O [R. Belmont] |
| [src/emu/machine] | n68681.c n68681.h |
| [src/mess] | mess.mak |
| [src/mess/drivers] | esq5505.c |
| [src/mess/machine] | esqpanel.c* esqpanel.h* |
| r20112 Monday 7th January, 2013 at 04:39:01 UTC by R. Belmont |
|---|
| diserial: correct uninitialized data bug where the first character transmitted would sometimes fail to synch. [R. Belmont] |
| [src/emu] | diserial.c |
| r20111 Sunday 6th January, 2013 at 21:11:25 UTC by Curt Coder |
|---|
| (MESS) c64: Cartridge WIP. (nw) |
| [hash] | c64_cart.xml |
| [src/mess] | mess.mak |
| [src/mess/machine] | c64_fcc.c* c64_fcc.h* cbmipt.c cbmipt.h |
| r20110 Sunday 6th January, 2013 at 19:14:29 UTC by Oliver Stöneberg |
|---|
| fixed some cppcheck warnings about format identifiers and duplicated enum (nw) |
| [src/emu] | emualloc.c |
| [src/emu/cpu/esrip] | esrip.c |
| [src/lib/formats] | atarist_dsk.c csw_cas.c d64_dsk.c fdi_dsk.c primoptp.c |
| [src/lib/util] | chdcd.c jedparse.c |
| r20109 Sunday 6th January, 2013 at 15:55:25 UTC by Brian Troha |
|---|
| new Penfan Girls clone. New Clone Added -------------------------------------- Penfan Girls - Step1. Mild Mind (set 2) [Any, The Dumping Union] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | eolith.c eolithsp.c |
| r20108 Sunday 6th January, 2013 at 15:15:05 UTC by O. Galibert |
|---|
| upd765: Be verbose about sector IDs when formatting a track [O. Galibert] |
| [src/emu/machine] | upd765.c |
| r20107 Sunday 6th January, 2013 at 14:58:41 UTC by Fabio Priuli |
|---|
| cpc_flop: sorted some more sets. basically all games starting with #-A are properly sorted now. at some point I will start with the 'B'... no whatsnew. |
| [hash] | cpc_flop.xml |
| r20106 Sunday 6th January, 2013 at 14:57:11 UTC by Nathan Woods |
|---|
| [APPLE2GS] Fixing regression |
| [src/mess/devices] | appldriv.c |
| r20105 Sunday 6th January, 2013 at 14:52:40 UTC by Oliver Stöneberg |
|---|
| more chdcd.c errormessage enhancements / adapted error messages for emu/sound/samples.c / fixed GCC compile (nw) |
| [src/emu/sound] | samples.c |
| [src/lib/util] | chdcd.c |
| r20104 Sunday 6th January, 2013 at 14:19:32 UTC by Oliver Stöneberg |
|---|
| improved some error messages (nw) |
| [src/lib/util] | chdcd.c |
| r20103 Sunday 6th January, 2013 at 14:17:04 UTC by Oliver Stöneberg |
|---|
| corrected comment and log message in parse_wav_sample() about channels / corrected some format specifiers (nw) |
| [src/lib/util] | chdcd.c |
| r20102 Sunday 6th January, 2013 at 14:11:32 UTC by Fabio Priuli |
|---|
| fm7/fm77av: Added a few new dumps from black2. no whatsnew. pico: Added two more new dumps from TeamEurope. no whatsnew. |
| [hash] | fm77av.xml fm7_cass.xml pico.xml |
| r20101 Sunday 6th January, 2013 at 12:45:16 UTC by Curt Coder |
|---|
| (MESS) c128: Added QuickSilver 128 BIOS. [Curt Coder] |
| [src/mess/drivers] | c128.c |
| r20100 Sunday 6th January, 2013 at 12:37:35 UTC by Oliver Stöneberg |
|---|
| improved error reporting of parse_wav_sample() and fixed potential resource leaks / use more proper errorcodes when encountering an error when parsing an input file (nw) |
| [src/lib/util] | chdcd.c |
| r20099 Sunday 6th January, 2013 at 12:36:59 UTC by Curt Coder |
|---|
| (MESS) c64: Softlist additions. (nw) |
| [hash] | c128_cart.xml c64_cart.xml |
| r20098 Sunday 6th January, 2013 at 12:11:30 UTC by Oliver Stöneberg |
|---|
| read ISO as binary as well (nw) |
| [src/lib/util] | chdcd.c |
| r20097 Sunday 6th January, 2013 at 10:03:46 UTC by Sandro Ronco |
|---|
| (MESS) mstation: added emulation of SST 28SF040 flash. (nw) |
| [src/emu/machine] | intelfsh.c intelfsh.h |
| [src/mess/drivers] | mstation.c |
| r20096 Sunday 6th January, 2013 at 06:30:11 UTC by Andrew Gardner |
|---|
| dsp16: Additional work (nw). I'll do a full writeup when the whatsnew.txt comes out. |
| [src/emu/cpu/dsp16] | dsp16.c dsp16.h dsp16dis.c dsp16ops.c |
| r20095 Sunday 6th January, 2013 at 00:28:22 UTC by Ryan Holtz |
|---|
| 01234567890123456789012345678901234567890123456789012345678901234567890123456789 - drawd3d.c: Move default_texture creation into device_create_resources. Should fix intermittent crashes when alt-tabbing back to a full-screen instance of MAME. [MooglyGuy] |
| [src/osd/windows] | drawd3d.c |
| r20094 Saturday 5th January, 2013 at 23:37:41 UTC by smf |
|---|
| skip without reading (nw) |
| [src/lib/util] | chdcd.c |
| r20093 Saturday 5th January, 2013 at 22:43:37 UTC by Tafoid |
|---|
| Revert of a portion of r20073: idectrl.c [Peter Ferrie] - correct status flags for multi-sector reads - implement more correct controller reset values - fix phantom slave drive detection problem Causes problems noted with many MAME games such as Area 51: Site 4, Primal Rage 2, All Viper.c games among others that are either not starting or constantly RE-starting looking for proper IDE communications. |
| [src/emu/machine] | idectrl.c |
| r20092 Saturday 5th January, 2013 at 22:22:39 UTC by Oliver Stöneberg |
|---|
| fixed NRG reading for good (accidentally removed some non-debug code before commit) (nw) |
| [src/lib/util] | chdcd.c |
| r20091 Saturday 5th January, 2013 at 22:10:53 UTC by Oliver Stöneberg |
|---|
| cleaned up some chdcd.c error messages (nw) |
| [src/lib/util] | chdcd.c |
| r20090 Saturday 5th January, 2013 at 22:03:02 UTC by Oliver Stöneberg |
|---|
| fixed reading of NRG images / bail out on unsupported tracks in NRG images / cleanups (nw) |
| [src/lib/util] | chdcd.c |
| r20089 Saturday 5th January, 2013 at 21:08:46 UTC by hap |
|---|
| New clone added ----------------- Sprint 2 (color kit, Italy) [Zab] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | sprint2.c |
| r20088 Saturday 5th January, 2013 at 20:45:14 UTC by Andrew Gardner |
|---|
| dsp16: Simplification (nw) Thanks for fixing the U64 compile issues earlier, Kale! |
| [src/emu/cpu/dsp16] | dsp16.h dsp16ops.c |
| r20087 Saturday 5th January, 2013 at 19:25:13 UTC by Oliver Stöneberg |
|---|
| fixed filename set in NRG track parsing / added NRG test to chdman unit test (nw) |
| [src/lib/util] | chdcd.c |
| [src/regtests/chdman/input/createcd_nrg_empty] | in.nrg* |
| [src/regtests/chdman/output/createcd_nrg_empty] | out.chd* |
| r20086 Saturday 5th January, 2013 at 19:02:01 UTC by Ryan Holtz |
|---|
| - d3dhlsl.c: Free HLSL resources on device reset. Fixes hang when alt-tabbing away from a fullscreen window and back. [MooglyGuy] |
| [src/osd/windows] | d3dhlsl.c d3dhlsl.h drawd3d.c |
| r20085 Saturday 5th January, 2013 at 18:29:53 UTC by Oliver Stöneberg |
|---|
| recreated all files for the chdman unittest / added test for TOC input (nw) |
| [src/regtests/chdman/input/createcd_cue_empty] | in.bin in.cue |
| [src/regtests/chdman/input/createcd_iso_empty] | in.iso |
| [src/regtests/chdman/input/createcd_toc_empty] | data.bin* in.toc* |
| [src/regtests/chdman/output/createcd_cue_empty] | out.chd |
| [src/regtests/chdman/output/createcd_iso_empty] | out.chd |
| [src/regtests/chdman/output/createcd_toc_empty] | out.chd* |
| r20084 Saturday 5th January, 2013 at 18:29:34 UTC by R. Belmont |
|---|
| New games added as GAME_NOT_WORKING ----------------------------------- Sega Bass Fishing Challenge [Surgeville, F.B. More, Sacrilego, gamerfan, CaH4e3, Smitdogg, The Dumping Union, R. Belmont] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | naomi.c |
| r20083 Saturday 5th January, 2013 at 17:55:42 UTC by Ryan Holtz |
|---|
| - d3dhlsl.c: Clamp hlsl_prescale_x/y to a minimum of 1. Fixes crashes when using -nomaximize switch. [MooglyGuy] |
| [src/osd/windows] | d3dhlsl.c drawd3d.c |
| r20082 Saturday 5th January, 2013 at 17:53:11 UTC by hap |
|---|
| New clone added ---------------- Imola Grand Prix (newer set) [f205v, Antro, Vernimark] (driver rewrite in progress, but going slow) |
| [src/mame] | mame.lst |
| [src/mame/drivers] | imolagp.c |
| r20081 Saturday 5th January, 2013 at 17:43:12 UTC by R. Belmont |
|---|
| cdrom: Introduces concept of logical sector addresses so games see the disc with pregap/postgap sectors actually taking up sector numbers as in reality. Fixes PC-Engine CDs with hardcoded sector numbers. [R. Belmont, Angelo Salese] |
| [src/lib/util] | cdrom.c cdrom.h |
| [src/mame/machine] | megacdcd.c |
| [src/mess/machine] | pce.c |
| [src/tools] | chdman.c |
| r20080 Saturday 5th January, 2013 at 16:17:42 UTC by Oliver Stöneberg |
|---|
| first version of chdman unit test / fixed dependies of tests target (nw) |
| [/trunk] | makefile |
| [src/regtests/chdman] | chdtest.py |
| [src/regtests/chdman/input/createcd_cue_empty] | in.bin* in.cue* |
| [src/regtests/chdman/input/createcd_iso_empty] | in.iso* |
| [src/regtests/chdman/output/createcd_cue_empty] | out.chd* |
| [src/regtests/chdman/output/createcd_iso_empty] | out.chd* |
| r20079 Saturday 5th January, 2013 at 14:20:15 UTC by Oliver Stöneberg |
|---|
| added a "tests" target to the makefile / added chdman unittest placeholders (nw) |
| [/trunk] | makefile |
| [src/regtests/chdman] | chdtest.py* |
| r20078 Saturday 5th January, 2013 at 14:17:53 UTC by Oliver Stöneberg |
|---|
| added jedtest output folder to ignore list (nw) |
| [src/regtests] | jedutil |
| r20077 Saturday 5th January, 2013 at 13:54:21 UTC by Angelo Salese |
|---|
| Fix Compile |
| [src/emu/cpu/dsp16] | dsp16.c |
| r20076 Saturday 5th January, 2013 at 13:41:17 UTC by Oliver Stöneberg |
|---|
| removed unused m_props from chd_lzma_decompressor (nw) |
| [src/lib/util] | chdcodec.c |
| r20075 Saturday 5th January, 2013 at 12:37:58 UTC by Oliver Stöneberg |
|---|
| added CPPCHECK makefile define - it contains the path to the cppcheck binary (nw) |
| [/trunk] | makefile |
| r20074 Saturday 5th January, 2013 at 09:31:16 UTC by Tafoid |
|---|
| funkball.c, midqslvr.c, xtom3d.c: [Peter Ferrie] - correct slave_ack configuration member declaration |
| [src/mame/drivers] | funkball.c midqslvr.c xtom3d.c |
| r20073 Saturday 5th January, 2013 at 08:53:11 UTC by Tafoid |
|---|
| 8042kbdc.c [Peter Ferrie] - add support for keyboard enable command - add support for keyboard reset command idectrl.c [Peter Ferrie] - correct status flags for multi-sector reads - implement more correct controller reset values - fix phantom slave drive detection problem calchase.c [Peter Ferrie] - corrected memory map to 64kb blocks - corrected access to PAM register - removed execution hack queen.c [Peter Ferrie] - split BIOS region into 64kb blocks - implement missing PAM registers - remove unused PAM regions savquest.c [Peter Ferrie] - split BIOS region into 16kb blocks - implement missing PAM registers - correct slave_ack configuration member declaration |
| [src/emu/machine] | 8042kbdc.c idectrl.c |
| [src/mame/drivers] | calchase.c queen.c savquest.c |
| r20072 Saturday 5th January, 2013 at 05:04:44 UTC by R. Belmont |
|---|
| missed a file (nw) |
| [src/mess/machine] | esqvfd.h |
| r20071 Saturday 5th January, 2013 at 05:03:38 UTC by R. Belmont |
|---|
| Checkpoint of "n68681" modernized, diserial-ized 68681 device (nw) This covers the modernization aspect; the diserial-ization comes next. Do not convert other drivers to use this yet. |
| [src/emu] | emu.mak |
| [src/emu/machine] | n68681.c* n68681.h* |
| [src/mess/drivers] | esq5505.c |
| Previous 50 | 199869 Revisions | Next 50 |