summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-0519-450/+450
* 01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin... Aaron Giles2008-06-051-2/+2
* 64-bit GCC compile fixes. R. Belmont2008-06-051-3/+3
* MESS-specific compilation fix Nathan Woods2008-06-051-0/+2
* Fixes for 64-bit MSVC compile. Aaron Giles2008-06-051-10/+10
* 01859: looping, loopinga, skybump: Fatal Error crash Aaron Giles2008-06-051-2/+10
* Added compile-time error if PTR64 is incorrectly set. Aaron Giles2008-06-051-0/+13
* It is now an actual error to have duplicate input bits. Aaron Giles2008-06-051-0/+3
* MAMETesters Bugs Fixed Aaron Giles2008-06-051-2589/+2556
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-053-5/+7
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-0529-9112/+10152
* optimised tilemap_draw rowscroll case to avoid overhead when used with clip r... Nicola Salmoria2008-06-051-13/+16
* Fixed flag results for INC, DEC, AND, OR, and XOR instructions in the Nintend... Wilbert Pol2008-06-041-4/+36
* Used cpunum_ instead of active_cpu_. Curt Coder2008-06-042-2/+2
* - Added HALT opcode and halt mode to the COP410 Curt Coder2008-06-045-31/+319
* Fixed opcodes 45, 4D, 55, 5D, B5, B6, B7, FC, FD, and CF 70-7F in the Nintend... Wilbert Pol2008-06-042-17/+17
* 00788: Problem about Joy Axis Input for Pedal. Couriersud2008-06-041-1/+22
* Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... Couriersud2008-06-022-2/+2
* Fixed taking of interrupts in the Nintendo Minx cpu core. Wilbert Pol2008-06-021-2/+2
* 53c810 now passes IRQ state with the IRQ callback. R. Belmont2008-06-022-3/+9
* Some Nintendo Minx cpu core updates: Wilbert Pol2008-06-015-492/+634
* Fixed Cause register for bad COP instructions. Verified with Aaron Giles2008-05-301-2/+9
* Fix for Mantis 01699: asteroid, asteroi1, asteroib, asterock, meteor, meteort... Couriersud2008-05-291-0/+2
* 64-bit compile fix (d'oh!) Aaron Giles2008-05-291-4/+4
* Made it possible to pass a NULL errorbug to input_port_config_alloc() Nathan Woods2008-05-291-1/+1
* MESS-specific fix Nathan Woods2008-05-291-0/+2
* 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