summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* some fix for m4510 core Roberto Zandona2008-08-244-43/+39
* some fix for m4510 core: Roberto Zandona2008-08-232-4/+4
* Adds new generic latch device Couriersud2008-08-223-0/+398
* discrete.c: Added save state for node->output Couriersud2008-08-221-0/+4
* added Discrete Sound for Starship 1. I still need to properly emulate the MC... Derrick Renaud2008-08-223-56/+114
* Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8... Aaron Giles2008-08-224-15/+36
* Fixed problem that would cause the "Return To Prior Menu" menu item to not stick Nathan Woods2008-08-211-0/+2
* devintrf.c: add devtag_get_device(machine, type, tag) to retrieve the device_... Couriersud2008-08-202-0/+23
* added 8303 ROM to the games using it and updated MCU simulation to match the ... Nicola Salmoria2008-08-202-11/+40
* MESS-specific fixes Nathan Woods2008-08-202-2/+5
* Fix m68k irq line support. Aaron Giles2008-08-205-45/+72
* Discrete cleanups and fixed discrete logging. Derrick Renaud2008-08-207-1281/+1398
* Some MESS specific fixes. Wilbert Pol2008-08-192-2/+4
* Readded generic calls to install memory handlers that were in long before Nathan Woods2008-08-192-0/+38
* Cleanups and version bump.mame0127 Aaron Giles2008-08-199-73/+73
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-192-7/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-08-197-18/+17
* Added cheat functions frombcd() and tobcd() to convert numbers to/from Aaron Giles2008-08-191-1/+47
* Added validity check to ensure that ports referenced by a condition Aaron Giles2008-08-191-0/+34
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-27/+22
* Reduce YM2612 DAC level relative to FM. This better matches real hardware. R. Belmont2008-08-191-2/+2
* Final SHA1 for Cube Quest. Aaron Giles2008-08-191-0/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-183-122/+88
* modified 68681 to return 0xff if input port is NULL Roberto Zandona2008-08-181-1/+13
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-1811-25/+3169
* fixed INT_ACK initialization Roberto Zandona2008-08-171-1/+2
* Some MESS specific changes Wilbert Pol2008-08-171-1/+3
* identified compatible timekeeper used by midway zeus ii. smf-2008-08-172-137/+42
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-173-101/+97
* Split out SH-4 non-interpreter-specific stuff to sh4comn.c. R. Belmont2008-08-174-1426/+1479
* SH-2 DRC updates: R. Belmont2008-08-165-75/+267
* 64-bit GCC fix. R. Belmont2008-08-161-4/+4
* Added save states to 65816 CPU. R. Belmont2008-08-161-1/+34
* changed at28c16 memory handlers to 8 bits and perform the conversion in the m... smf-2008-08-152-146/+18
* implemented read operation of MRA and MRB in 68681 device (this command is ne... Roberto Zandona2008-08-141-0/+26
* Another 64-bit GCC fix. R. Belmont2008-08-141-2/+2
* Another one... R. Belmont2008-08-141-2/+2
* Another 64-bit GCC fix. R. Belmont2008-08-141-2/+2
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-143-15/+15
* 02113: xymg: xymg title mispelled Aaron Giles2008-08-141-0/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-146-306/+133
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-142-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-103/+17
* Fixed includes of rescap.h. Aaron Giles2008-08-143-3/+3
* Moved several include files from mame/ to emu/, as they were Aaron Giles2008-08-138-3/+78
* Added new flag to menu items: MENU_FLAG_DISABLE, which means the Aaron Giles2008-08-133-31/+106
* SH2DRC: Allow delay slot of a BSR to trash the PR if it wants. (Manis 2059) R. Belmont2008-08-131-2/+4
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-13120-461/+407
* fix broken compile. davidhay2008-08-121-3/+3
* Added video level detection and reporting to ldverify. Aaron Giles2008-08-121-2/+13