summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2540-179/+174
* added wildfire 7seg decoder hap2015-02-251-1/+1
* added support for defining a 7seg decoder table for AMI S2000 hap2015-02-254-5/+14
* amstrad: added support for the Dobbertin Smart Watch mahlemiut2015-02-243-0/+136
* render.c: render_containers now always make their own copy of the emulation p... Alex W. Jackson2015-02-233-176/+54
* (MESS) sms: improved the code for the Light Phaser, by simplifying the routines etabeta782015-02-227-98/+97
* Many fixes for breakpoints/watchpoints views Vas Crabb2015-02-234-642/+369
* Make opening a break/watchpoints window work better if there are already ten ... Vas Crabb2015-02-232-10/+6
* i386.c: updates for the future and more [Samuele Zannoli] yz70s2015-02-224-108/+777
* wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie... Olivier Galibert2015-02-211-4/+2
* Use uppercase ID in break/watchpoints windows to match how it's printed on th... Vas Crabb2015-02-222-2/+4
* Merge pull request #139 from cuavas/master Miodrag Milanović2015-02-215-53/+11
|\
| * Make the (watch|break)points notify correctly in response to clicks Vas Crabb2015-02-214-52/+10
| * Make return type match value being returned Vas Crabb2015-02-201-1/+1
* | Update comment I forgot in previous commit. Quench02015-02-211-1/+1
* | Improve responsiveness of 8-way joysticks default behaviour on 4-way games wh... Quench02015-02-213-6/+4
|/
* Fix debugger crash when setting bytes per chunk to more than current bytes pe... Vas Crabb2015-02-191-0/+2
* Fixed typo (nw) Miodrag Milanovic2015-02-181-1/+1
* added AMI_S2152 F_out pin hap2015-02-163-2/+71
* m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] arbee2015-02-163-26/+43
* added S2152 hap2015-02-163-173/+188
* scn2674: reworked for the pcd [Carl] cracyc2015-02-153-0/+871
* note hap2015-02-161-1/+0
* added interrupt handling hap2015-02-162-4/+42
* small update hap2015-02-152-5/+3
* fix k/i input handling hap2015-02-153-14/+11
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-1415-109/+119
* 6850acia: fix parity (nw) cracyc2015-02-131-2/+2
* don't clear stack on pop hap2015-02-124-10/+4
* added timer hap2015-02-123-6/+24
* Better performance for -verifyroms on samba share [qmc2] Miodrag Milanovic2015-02-123-7/+38
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-122-3/+7
|\
| * tmtennis inputs and notes hap2015-02-112-3/+7
* | Add a pointer to the render_container to quad_primitives. This can be couriersud2015-02-122-0/+5
|/
* mastboy.c, xorworld.c: added save state support (nw) Ivan Vangelista2015-02-114-18/+49
* added ADC, ADS, RAR hap2015-02-101-3/+8
* added straightforward ucom43 opcodes hap2015-02-101-17/+49
* ucom4/amis2000 added clockdivider hap2015-02-102-0/+4
* different implementation of prev bugfix hap2015-02-102-12/+10
* bugfix hap2015-02-102-7/+9
* Fixed MT05844 (nw) Ivan Vangelista2015-02-091-12/+12
* (mess) pcd: doesn't display anything yet but almost completes post (nw) cracyc2015-02-082-3/+16
* added tomy alienchase skeleton driver hap2015-02-082-1/+6
* small update, thanks plgDavid for sending me that doc hap2015-02-083-11/+52
* tmtennis hooked up ports hap2015-02-082-5/+7
* (mess) slicer: mark as working [Carl, Al Kossow] cracyc2015-02-071-1/+1
* added ucom4 i/o opcodes hap2015-02-083-38/+104
* added ucom4 straightforward opcodes hap2015-02-075-60/+122
* ucom4 skeleton opcode handlers hap2015-02-075-27/+834
* ucom4 disassembler hap2015-02-074-18/+155