summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-3015-37/+37
* Memory regions now use a tagmap for lookups. Aaron Giles2009-11-301-33/+39
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-0/+1
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-2/+0
* Fixed i386 REP prefix to use segment:SI when address size is 16-bit (ie: when... Phil Bennett2009-11-281-2/+2
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-284-76/+76
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-287-282/+187
* Actually use the speaker interface if provided. Curt Coder2009-11-271-2/+15
* Intel 8255A: clear input latch after reading it Curt Coder2009-11-271-0/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-2610-142/+260
* DEVCB_INPUT_PORT(tag) can be used for write callbacks. smf-2009-11-261-2/+28
* CF clear after binary operations on Intel 8008 CPU core Miodrag Milanovic2009-11-261-2/+9
* Switched from linear interpolation to antialiased point sampling Aaron Giles2009-11-251-11/+25
* CDP1869 changes: Curt Coder2009-11-252-13/+26
* added memory_install_write_port_handler & memory_install_readwrite_port_handl... smf-2009-11-252-35/+33
* Hooked up eepromdev.c using PORT_READ_LINE_DEVICE/PORT_WRITE_LINE_DEVICE in g... smf-2009-11-243-45/+28
* (from MESS) Added support for SCSI command 0x2a (Write w/ 32-bit LBA), upped ... Ryan Holtz2009-11-232-2/+5
* Fixed GCC compile error in SC/MP. R. Belmont2009-11-231-1/+1
* Fixed 64-bit GCC build. R. Belmont2009-11-231-1/+1
* INS 8060 SC/MP II support (using clock divider 2), main model renamed to INS ... Miodrag Milanovic2009-11-232-1/+21
* Added Intel 8008 and National Semiconductor SC/MP CPU cores Miodrag Milanovic2009-11-237-0/+1743
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-2330-497/+454
* Added nodefault eeprom macro for 93c46 and 93c66b eeprom device (not worth an... Fabio Priuli2009-11-211-0/+6
* added set name to -romident smf-2009-11-211-1/+1
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-207-202/+468
* tms7000: Fixed disassembly of PCREL addressing mode. Wilbert Pol2009-11-201-1/+1
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-2013-53/+53
* Added missing sound type check. Wilbert Pol2009-11-191-0/+1
* Put minimum tag length back to 2 characters for now. Aaron Giles2009-11-191-2/+2
* Fix TLBMOD exceptions so they also properly set BadVAddr. Aaron Giles2009-11-181-1/+1
* Added tentative PORT_CUSTOM(eepromdev_bit_r) for EEPROM devices. Fabio Priuli2009-11-182-4/+8
* Added a MDRV_EEPROM_NODEFAULT_ADD macro for drivers which do not need default... Fabio Priuli2009-11-182-0/+8
* fix crash bug Jonathan Gevaryahu2009-11-181-1/+1
* Got rid of R->OldNoise since it causes problems for gamegear/sms. Changed noi... Jonathan Gevaryahu2009-11-182-37/+71
* Fix assertion in DRC. Aaron Giles2009-11-182-2/+4
* Fix PowerPC 603 translation so it doesn't get stuck in an infinite Aaron Giles2009-11-172-1/+7
* Fix broken DRC logging. Aaron Giles2009-11-172-4/+4
* revert gamegear/sms psg change, was probably correct before, but need a bette... Jonathan Gevaryahu2009-11-171-4/+4
* MIPS3 TLB fixes: Aaron Giles2009-11-173-23/+36
* Add NCR7496 variant to sn76496.c Jonathan Gevaryahu2009-11-162-31/+59
* MIPS3 TLB fixes: Aaron Giles2009-11-162-6/+9
* Fix screeching in regulus: When summing together four equal channels, the siz... Jonathan Gevaryahu2009-11-161-2/+7
* Reverting bad fix Ryan Holtz2009-11-161-2/+1
* - Fixed Context usage and TLB exception vectors in the MIPS core [Harmony] Ryan Holtz2009-11-161-1/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-152-1/+7
* Minor comment cleanup. Aaron Giles2009-11-151-3/+4
* Reverted bipolar output due to problems in MESS, code is commented out. Jonathan Gevaryahu2009-11-151-3/+9
* Minor comment update. Jonathan Gevaryahu2009-11-151-0/+4
* Trashed the old pre-accurate-clocking STEP based sample averaging scheme from... Jonathan Gevaryahu2009-11-151-96/+43
* MC680x0 update R. Belmont2009-11-149-245/+420