summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-2/+2
* fix NULL to UINT32 conversion Michaël Banaan Ananas2010-05-131-2/+2
* S2650_SENSE_PORT is now active when data written is != 0 and inactive when da... Couriersud2010-05-131-2/+2
* Incremental tms52xx improvements, removal of incorrect code. Does not affect ... Jonathan Gevaryahu2010-05-121-25/+32
* Duh Angelo Salese2010-05-123-2/+37
* Fix debug compile? Angelo Salese2010-05-121-1/+1
* More z8001 work Angelo Salese2010-05-123-9/+19
* First batch of Zilog Z8001 mods (treated as a separate CPU core for now) Angelo Salese2010-05-115-11/+702
* Placeholder for the Zilog Z8001 CPU core Angelo Salese2010-05-112-6/+33
* r9078 revert. Michaël Banaan Ananas2010-05-101-10/+6
* Made tms5220 DEBUG_GENERATION more useful and simplified the code in the proc... Jonathan Gevaryahu2010-05-101-16/+11
* r9070 update taking shadow/highlight into account, fixes mametesters bug 03644 Michaël Banaan Ananas2010-05-091-24/+20
* Fixed up tms52xx clip/wrap function arrangement to be much more sane, and pro... Jonathan Gevaryahu2010-05-091-24/+48
* Minor update to the way digital/analog select works. no whatsnew. Jonathan Gevaryahu2010-05-091-7/+8
* like other PIXEL_OPs, (PRIORITY) should be set regardless of outcome of "if (... Michaël Banaan Ananas2010-05-091-0/+4
* tms5220: Remove unnecessary interpolation code; Add extra check to make unvoi... Jonathan Gevaryahu2010-05-091-26/+3
* Fix a mistake in the interpolation logic, it should now properly delay interp... Jonathan Gevaryahu2010-05-091-31/+33
* Add 'Unrealistically Perfect Interpolation' debug mode; Fix a potential issue... Jonathan Gevaryahu2010-05-091-20/+72
* More cleanup of the lpc tables; Replaced tms5220C pitch table with the tms522... Jonathan Gevaryahu2010-05-091-56/+50
* tafoid yes, surely a copypaste error Michaël Banaan Ananas2010-05-051-2/+0
* Fixed 03830: All sets in harddriv.c: Message: Duplicate save state registrati... Scott Stone2010-05-051-2/+2
* Added xtal for MESS. (no whatsnew) Curt Coder2010-05-051-0/+1
* Cleanups and version bump. Aaron Giles2010-05-055-21/+21
* Simplified and fixed tms52xx zpar code, output is less glitchy. no whatsnew. Jonathan Gevaryahu2010-05-041-35/+17
* Redid parameter interpolation and frame load logic so new frames don't immedi... Jonathan Gevaryahu2010-05-031-28/+50
* Fix very minor bug with pitch count wrapping (was sometimes wrapping to 1 ins... Jonathan Gevaryahu2010-05-031-8/+5
* revert change to chirp tables, since rereading the patent makes it clear this... Jonathan Gevaryahu2010-05-031-20/+19
* Fix ZPAR (zeroed k parameters 5-10) behavior for unvoiced frames. Updated com... Jonathan Gevaryahu2010-05-031-9/+36
* Make New and Old frames store indexes instead of actual frame values, this al... Jonathan Gevaryahu2010-05-022-82/+82
* Fixed the chirp rom being one sample shorter than it should have been (0-50 i... Jonathan Gevaryahu2010-04-302-68/+67
* Added xtal for MESS. (no whatsnew) Curt Coder2010-04-291-0/+1
* Cleaned up ranout (FIFO running out mid-frame) to be accurate to hardware; Jonathan Gevaryahu2010-04-291-74/+64
* worked around a MESS related issue with software lists calling display_loadin... Fabio Priuli2010-04-281-1/+3
* Fix race condition involving tms52xx status register which broke victory/vict... Jonathan Gevaryahu2010-04-281-32/+68
* added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... Fabio Priuli2010-04-276-0/+91
* vrender0.c: converted to be a device [Fabio Priuli] Fabio Priuli2010-04-261-1/+3
* gah, that // HACK line was NOT supposed to be committed. no whatsnew. Jonathan Gevaryahu2010-04-261-1/+0
* make DEBUG_PARSE_FRAME_DUMP actually print correct data for voiced frames... ... Jonathan Gevaryahu2010-04-261-1/+1
* not worth mention: made MAME compile again Fabio Priuli2010-04-261-1/+3
* Replaced the DEBUG_FRAME_DUMP define with a new DEBUG_PARSE_FRAME_DUMP which ... Jonathan Gevaryahu2010-04-261-42/+46
* Minor change for experimentation. Will soon be revamping debug stuff to print... Jonathan Gevaryahu2010-04-261-6/+8
* Made /READY timing accurate to the real chip as best as possible. Note that o... Jonathan Gevaryahu2010-04-251-5/+5
* Adds back the pat4335277 LPC table to tms5110r.c for reference (since it is d... Jonathan Gevaryahu2010-04-251-1/+72
* Fix compile error when DEBUG_GENERATION is defined [Oliver Stoneberg] Jonathan Gevaryahu2010-04-251-1/+1
* SCSP updates [PluginNinja] R. Belmont2010-04-251-38/+50
* AICA updates: [PluginNinja] R. Belmont2010-04-251-87/+49
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-2322-54/+57
* Removed unnecessary warning. (no whatsnew) Curt Coder2010-04-231-2/+0
* "Replaced" TMS5220 table with table extracted using PROMOUT from actual chip. Jonathan Gevaryahu2010-04-232-36/+42
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-233-4/+4