summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-1336-2853/+3139
* upd7725.c: Implementation of the p0 and p1 output Jonathan Gevaryahu2011-04-122-5/+118
* new not working game Angelo Salese2011-04-121-0/+1
* Removed lines left for experiments (no whatsnew) Miodrag Milanovic2011-04-121-3/+0
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-123-6/+45
* 8237dma - Added cascade mode support [Wilbert Pol] Miodrag Milanovic2011-04-112-16/+43
* tms5220.c: updates to comments and nonstandard feature Jonathan Gevaryahu2011-04-111-23/+79
* Imported I8214 PIC from MESS. (no whatsnew) Curt Coder2011-04-103-0/+369
* Imported COM8116 DBRG from MESS. (no whatsnew) Curt Coder2011-04-103-0/+283
* Added RES_R macro to rescap.h. (no whatsnew) Curt Coder2011-04-101-0/+1
* Imported CDP1862 CGC from MESS. (no whatsnew) Curt Coder2011-04-103-0/+385
* i286 - Fixed protected mode boundary check [Miodrag Milanovic] Miodrag Milanovic2011-04-101-1/+1
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-092-6/+2
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-092-2/+7
* Imported CDP1861 VDC from MESS. (no whatsnew) Curt Coder2011-04-093-0/+460
* Imported UPD7201 MPSC from MESS. (no whatsnew) Curt Coder2011-04-093-0/+523
* Imported MC6852 SSDA from MESS. (no whatsnew) Curt Coder2011-04-093-0/+550
* cassette.c/flopdrv.c: added support for a display info callback function [Mio... Miodrag Milanovic2011-04-084-2/+63
* moved call_display_info() to finish_load(), so that it can exploit variables ... Fabio Priuli2011-04-082-2/+7
* Imported UPD3301 CRTC from MESS. (no whatsnew) Curt Coder2011-04-083-0/+891
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-079-3/+39
* sc61860 cpu - fix for crash and cleanup, replace for internal ram Miodrag Milanovic2011-04-073-247/+296
* uiswlist.c: added a switch to choose between shortname order or description o... Fabio Priuli2011-04-071-13/+55
* uiswlist.c: properly made non-clickable the separator entry between main list... Fabio Priuli2011-04-061-1/+1
* worked around a minor issue of the -showusage command for MESS (media and sof... Fabio Priuli2011-04-061-0/+4
* softlist: moved software list handling (in the Internal UI) to a separate sou... Fabio Priuli2011-04-066-474/+518
* softlist.c/uiimage.c: char buffer should get cleaned also when Esc is pressed... Fabio Priuli2011-04-062-0/+12
* softlist.c: simplified softlist navigation (from the internal UI) by catching... Fabio Priuli2011-04-061-23/+109
* softlist.c: added code to display the softlists entries ordered by shortname ... Fabio Priuli2011-04-061-1/+23
* softlist.c: rewritten part of the Internal UI handling for softlists to match... Fabio Priuli2011-04-061-25/+60
* Imported DM9368 7 segment LED from MESS. (no whatsnew) Curt Coder2011-04-053-0/+301
* uiimage.c: added reset of the char input buffer when selecting an entry in th... Fabio Priuli2011-04-051-0/+4
* No need for this assert, previous check was to make sure thing exists. This f... Miodrag Milanovic2011-04-051-3/+2
* Imported SED1330 LCDC from MESS. (no whatsnew) Curt Coder2011-04-043-0/+915
* Cleanups and version bump.mame0142 Aaron Giles2011-04-0330-152/+152
* Fixed compiling tools in MAME and MESS side (no whatsnew) Miodrag Milanovic2011-03-313-17/+12
* Fix MT#04291 Aaron Giles2011-03-311-2/+12
* Imported uPD1990A RTC from MESS. (no whatsnew) Curt Coder2011-03-303-0/+685
* Minor cleanups. Aaron Giles2011-03-303-9/+2
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-3013-34/+33
* Add template specializations for device/state/memory interfaces that are Aaron Giles2011-03-291-0/+3
* If we get an error parsing options, see if there was no command and what Aaron Giles2011-03-291-0/+7
* Two hash_collections can only match if they have at least one matching hash. Aaron Giles2011-03-291-3/+8
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-2938-196/+191
* BIG update. Aaron Giles2011-03-29391-3892/+3903
* Imported MSM6255 LCD controller device from MESS. (no whatsnew) Curt Coder2011-03-293-0/+587
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-2823-102/+6660
* Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE Aaron Giles2011-03-281-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-2859-365/+365
* uiimage.c: Improved File Manager usage (in the internal UI) by catching char ... Fabio Priuli2011-03-271-1/+76