summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-226-56/+56
* RSP: Fix sign issue in VCL opcode [angrylion] R. Belmont2010-07-222-2/+2
* Put back removed printf line,my mistake (no whatsnew) Miodrag Milanovic2010-07-211-0/+1
* Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) Miodrag Milanovic2010-07-212-4/+2
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+8
* Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... Wilbert Pol2010-07-201-4/+4
* Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. Quench2010-07-202-50/+121
* Soflist will now load only items from original system by default. Miodrag Milanovic2010-07-201-1/+1
* Minor updates to tms5220: simplified interpolation function case statement, m... Jonathan Gevaryahu2010-07-181-66/+43
* mt 3536 bugfix (Atari Ace) Michaël Banaan Ananas2010-07-171-4/+4
* converted mb3773 from a legacy device to a c++ device. smf-2010-07-172-80/+174
* lr35902.c: Added the speed register to the register list to allow it to be ch... Wilbert Pol2010-07-171-0/+1
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-162-48/+36
* Allow the non-DRC RSP core to build again Phil Bennett2010-07-154-213/+247
* Added some missing makefile dependencies [Atari Ace] Phil Bennett2010-07-153-6/+23
* * Fixed some bugs in the MB88xx CPU core [Alex Jackson] Phil Bennett2010-07-151-5/+5
* Improved SN76496 interface. (no whatsnew) Curt Coder2010-07-142-2/+2
* Fixed Debugger bpenable/bpdisable commands which were not Quench2010-07-131-1/+1
* Fixed image unload and creation [Sandro Ronco, Miodrag Milanovic] Miodrag Milanovic2010-07-121-1/+5
* fixed character transposition. smf-2010-07-101-1/+1
* converted at28c16 to a c++ device. smf-2010-07-102-176/+372
* timekpr.c: Not assert in case there is no default data defined (fixes CD-i ba... Miodrag Milanovic2010-07-081-1/+2
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-083-4/+4
* Adding ability to support other types of software lists, so floppies, cassett... Miodrag Milanovic2010-07-084-7/+64
* Fix bad loop condition that shows up with -cheat enabled. Aaron Giles2010-07-081-1/+1
* Whoops, forgot this. Aaron Giles2010-07-071-6/+0
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-0710-46/+18
* Time to kill off some deadwood. Aaron Giles2010-07-072-2/+1
* Added per-device image softlist loading routine [Miodrag Milanovic] Miodrag Milanovic2010-07-074-9/+23
* turned i2cmem into a c++ device & ditched the unused legacy device. smf-2010-07-075-823/+611
* More loop initializers for PowerPC compile. R. Belmont2010-07-073-7/+7
* This pattern is everywhere (no whatsnew) R. Belmont2010-07-071-3/+3
* Another OS X compile problem (no whatsnew) R. Belmont2010-07-071-1/+1
* Fix reported OS X compile problem. R. Belmont2010-07-071-1/+1
* Fix SH-2 interpreter [Atari Ace] R. Belmont2010-07-072-458/+480
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-0634-278/+278
* Cleanup debugger interface some more. Aaron Giles2010-07-065-1617/+1734
* - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... Miodrag Milanovic2010-07-067-46/+98
* Support for multiple software list per driver [Miodrag Milanovic] Miodrag Milanovic2010-07-064-159/+143
* fix an error in the new documentation comment, no whatsnew Jonathan Gevaryahu2010-07-061-5/+8
* Big comment update for TMS52xx, explaining in much more detail how the chip t... Jonathan Gevaryahu2010-07-061-31/+119
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-0623-1528/+1451
* directly casting to UINT caused compile-time negative values to become 0 Michaël Banaan Ananas2010-07-052-7/+7
* Removed need for messdrv.h (no whatsnew) Miodrag Milanovic2010-07-053-6/+0
* Imported image related utils from MESS into /lib/util [Miodrag Milanovic] Miodrag Milanovic2010-07-051-1/+0
* Software list update: [Wilbert Pol] Miodrag Milanovic2010-07-043-65/+54
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-03220-1591/+1553
* Remove obsolete type. Aaron Giles2010-07-021-19/+4
* Added overrides to fetch the execute and state interfaces without doing Aaron Giles2010-07-022-1/+17
* Some more cases to directly access the state interface instead of using the old Aaron Giles2010-07-024-14/+13