summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* 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
* mcs48.c: Write p1 and p2 on reset Couriersud2008-08-291-0/+2
* Started removing extraneous enable lines from the discrete modules. Most mod... Derrick Renaud2008-08-293-241/+208
* Optimized DISCRETE_555_CC Derrick Renaud2008-08-292-58/+184
* 02174: dkongjr and clones + mario and clones + pestplce: Music speed regression Aaron Giles2008-08-291-1/+2
* Optimized DISCRETE_555_ASTABLE_CV and DISCRETE_MIXER. Derrick Renaud2008-08-294-163/+181
* Optimized DISCRETE_RCINTEGRATE and DISCRETE_555_ASTABLE. Derrick Renaud2008-08-283-51/+105
* Optimized DISCRETE_RCDISC_MODULATED. Derrick Renaud2008-08-284-253/+324
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-2814-105/+105
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-284-3/+5
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-281-2/+2
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-287-426/+584
* SH4, Naomi, and Hikaru updates [Samuele Zannoli] R. Belmont2008-08-273-46/+48
* Significant cleanup/rewrite of the MCS-48 CPU core: Aaron Giles2008-08-264-1072/+994
* Added new function tilemap_set_pen_data_offset(). Nicola Salmoria2008-08-262-2/+27
* 02147: Annoying behaviour of highlighted entries in minimal UI Aaron Giles2008-08-261-8/+3
* i8039 -> mcs48 Aaron Giles2008-08-264-9/+9
* rendersw.c: Added more comments Couriersud2008-08-251-7/+25
* fix TSY instruction in M4510 cpu (used in MESS) Roberto Zandona2008-08-252-3/+2
* Changed i8039 core to use the data address space for internal RAM. Aaron Giles2008-08-255-116/+256
* MSVC fixes. MSVC cannot handle offsetof(struct, member[index]); once an Aaron Giles2008-08-252-32/+58
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-255-112/+247
* Slight optimization of ycc_to_rgb Couriersud2008-08-241-13/+10
* latch8: Renamed MDRV_LATCH8_MASK and added MDRV_LATCH8_INVERT Couriersud2008-08-242-13/+32
* 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