summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0127u4 Aaron Giles2008-09-182-47/+47
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-09-181-0/+1
* CPU-internal regions now have priority again. Fixed mario by Aaron Giles2008-09-181-4/+4
* Fix compile error. Aaron Giles2008-09-181-0/+1
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-189-967/+882
* Namco NA-2: Use real C70 BIOS. Removed sound and input simulation code. Chang... Phil Bennett2008-09-145-1354/+0
* preliminary firefox emulation. smf-2008-09-133-0/+218
* Fixed crash when hitting watchpoints on static handlers. Aaron Giles2008-09-131-0/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-1134-100/+100
* Ok, I submit. Maximum tag length is 15. Be good. Aaron Giles2008-09-111-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-1129-482/+474
* C352 cleanups Aaron Giles2008-09-111-10/+1
* In addition to this patch, I fixed up the Atari System 1 BIOS handling Aaron Giles2008-09-111-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-117-23/+24
* Hello, Aaron Giles2008-09-113-8/+29
* 02206: cubeqst: Cubequest now missing narrator and music during attract mode Aaron Giles2008-09-111-6/+25
* Fixed memory handling of internal banks. They should be LOWER priority than Aaron Giles2008-09-113-15/+7
* Fix stupid compile error Wilbert Pol2008-09-101-1/+1
* MESS specific update. Wilbert Pol2008-09-101-4/+7
* Further reduced the maximum tag length to 10 characters, since Aaron Giles2008-09-101-1/+1
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-10/+20
* Fixed memory leak due to recent input changes. Aaron Giles2008-09-101-14/+4
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-099-65/+178
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-0934-223/+692
* Created a hook for populating MESS-specific main menu items Nathan Woods2008-09-081-11/+2
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-089-123/+248
* Added concept of rom sources to the rom loader. Updated auditing, Aaron Giles2008-09-066-204/+320
* Fixed potential crasher when the player-specific info was not found Aaron Giles2008-09-061-3/+3
* Moved reset to default behavior in the cheat menu to IPT_UI_CLEAR. Aaron Giles2008-09-061-2/+6
* Added built-in "Off" states to the cheats with parameters. This is Aaron Giles2008-09-061-51/+85
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-0612-193/+508
* Added missing include. Aaron Giles2008-09-041-0/+1
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-048-117/+117
* Missing include. Aaron Giles2008-09-041-0/+1
* From: Barry Rodewald [mailto:bsr@xnet.co.nz] Aaron Giles2008-09-041-2/+19
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-042-0/+14
* fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vang... Nicola Salmoria2008-09-047-25/+220
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-0477-181/+242
* Split core laserdisc functionality into separate file ldcore.c. Aaron Giles2008-09-046-4/+3290
* Changed refreshspeed target to 0.25Hz below rate provided, in order to guaran... Aaron Giles2008-09-031-2/+4
* [COP410] Enabled internal program map. Curt Coder2008-09-011-2/+2
* Changed all MCS-48 chips to have a 12-bit address space, regardless Aaron Giles2008-09-011-12/+1
* commented out debug code that mingw didn't like because it was wrong. smf-2008-09-011-2/+2
* converted timekeeper to a device, all default contents are loaded from disk. ... smf-2008-09-012-164/+301
* update TMS5100 LPC tables based on mathematical analysis of 1st and 2nd deriv... Jonathan Gevaryahu2008-09-011-16/+16
* [ARM7] Remove unnecessary hooks so MRC and MCR disassemble properly. R. Belmont2008-08-312-36/+3
* [M377xx] - Fixed: 8-bit I/O port reads no longer cause bogus reads of neighbo... R. Belmont2008-08-311-1/+14
* mcs48.c: Use banking to handle ea line. Couriersud2008-08-302-22/+51
* New working driver for older InterFlip gambling games. [Grull Osgo, Roberto F... Roberto Fresca2008-08-301-0/+1
* mcs48: EA line / MB8884 Couriersud2008-08-301-4/+13