summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups for 0.125u3. Aaron Giles2008-05-2913-152/+152
* From: ShimaPong Aaron Giles2008-05-291-5619/+9006
* Removed obsolete comment. Aaron Giles2008-05-291-2/+0
* Added internal default tags for input ports when saving/loading. Aaron Giles2008-05-291-18/+41
* Fixed bug that caused DIP switches to be improperly read from game cfg file. Aaron Giles2008-05-291-1/+1
* Moved implementation-specific state into a pointer hanging off of the core Aaron Giles2008-05-292-341/+366
* removed meaningless service_coin_lockout_w function Nicola Salmoria2008-05-293-35/+9
* Added new option -snapname which lets you provide a template for how snapshot Aaron Giles2008-05-293-15/+52
* Several miscellaneous changes: Aaron Giles2008-05-2926-147/+460
* Fixed a benign bug in the x86 DRC backend Nathan Woods2008-05-281-1/+1
* Credit Miodrag Milanovic: Implement autoload mode in 8257 Couriersud2008-05-271-3/+26
* fixed cpu_getiloops() which was not returning the correct value. Nicola Salmoria2008-05-261-4/+8
* Added new front-end flag to tag privileged instructions. Aaron Giles2008-05-255-82/+23
* Removed empty input ports from the empty driver, in favor of a NULL entry. Aaron Giles2008-05-252-12/+2
* 01822: OSD causes crash when try to show the Screen Refresh Rate menu Aaron Giles2008-05-251-3/+4
* Refinement of previous check-in to handle conditional inputs. Aaron Giles2008-05-251-32/+91
* Added TOKEN_SKIP_* macros to tokenize.h. Aaron Giles2008-05-255-107/+272
* MESS-specific: Added hook for default keyboard key names Nathan Woods2008-05-251-0/+16
* Changed text used to specify a menu separator, and now using a #define Nathan Woods2008-05-252-1/+4
* Updates from MESS in response to 0.125u2 Nathan Woods2008-05-252-2/+7
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-253-46/+53
* Fix DEBUG=1 compile Couriersud2008-05-241-2/+2
* 01825: Toggling Tab menu works as F2 key in games with their service Aaron Giles2008-05-243-91/+106
* Fixed memory access in the 80286 cpu core which made i286.h obsolete. Changed... Wilbert Pol2008-05-242-38/+4
* fix PORT_IMPULSE handling. The old code would force inputs to be asserted for... Nicola Salmoria2008-05-241-4/+9
* Mantis 01819: "Coinlock disabled coin x" message displayed upon startup Couriersud2008-05-231-14/+16
* Fixed COP420 instructions XAS and INIL. Fixed cycle count for extended opcode... Curt Coder2008-05-235-56/+86
* Passing more running_machine* parameters around Nathan Woods2008-05-232-4/+4
* Improvements to American Poker II driver. Roberto Fresca2008-05-231-1/+1
* Fixed COP420 instructions JSRP, LBI, LQID, and SKT. Draco now has sound. Curt Coder2008-05-223-26/+26
* Cleanups and version bump. Aaron Giles2008-05-2220-261/+261
* Fix 01815: All Sets: Saved machine states do not properly adjust to changes i... Aaron Giles2008-05-221-0/+14
* Fixed incorrectly sized array that led to stack corruption during validity ch... Aaron Giles2008-05-221-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-2280-262/+274
* From: Antoine Mine [mailto:Antoine.Mine@ens.fr] Aaron Giles2008-05-227-892/+968
* Moving old DRC out of the way. Aaron Giles2008-05-222-2/+2
* UML changes: Aaron Giles2008-05-228-179/+627
* Turn on joysticks by default. Aaron Giles2008-05-211-1/+1
* Added support in the MIPS recompiler to map a few common registers to Aaron Giles2008-05-212-71/+132
* Fix compiler error. Aaron Giles2008-05-211-2/+3
* Minor cleanup. Aaron Giles2008-05-212-14/+0
* Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-202-31/+87
* Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-201-25/+84
* Fix crasher in drcfe.c. Aaron Giles2008-05-201-3/+4
* Implemented IDT instructions. All invalid instruction asserts are now runtime... Aaron Giles2008-05-201-37/+19
* Fixed 80286 databus widths. Wilbert Pol2008-05-191-2/+2
* 64-bit GCC compile fix. R. Belmont2008-05-191-1/+1
* Numerous MIPS3 DRC updates: Aaron Giles2008-05-196-221/+382
* Fixed CDP1869 character memory access, and Cidelsa sprite flashing. Curt Coder2008-05-191-20/+28