summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* more clang fixes (this also looks like a possible real bug?) (nw) R. Belmont2013-09-221-4/+4
* Application of the set_address (AM_SETOFFSET) feature. Michael Zapf2013-09-211-0/+11
* New AM_(DEV)SETOFFSET feature for address maps. Michael Zapf2013-09-214-3/+192
* sh2: Show effective address in disassembly of PC-relative instructions [R. Be... R. Belmont2013-09-211-3/+3
* web: Fix rendering issues on WebKit-based phones in portrait mode, added paus... R. Belmont2013-09-201-0/+7
* m4510.c: Fix typo (nw) Wilbert Pol2013-09-191-2/+6
* Moved the adaptec mode sense handling into the ACB4070 device [smf] smf-2013-09-192-48/+2
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-1722-1286/+1326
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-17114-972/+930
* Some useful fatalerrors Angelo Salese2013-09-161-0/+6
* mos6560: Fixed warning. (nw) Curt Coder2013-09-161-1/+1
* fixed uninitialized member in cquestsnd_cpu_device (fixes potential cubeqst c... Oliver Stöneberg2013-09-161-0/+1
* fix compiler warning Michaël Banaan Ananas2013-09-161-4/+2
* i386: use correct PL and stack address size in call gates (nw) cracyc2013-09-131-2/+5
* Preliminary startx/starty support, display is repeated on left-right edges, t... Angelo Salese2013-09-121-1/+3
* i386: int 0 when aam has a 0 radix (nw) cracyc2013-09-122-1/+6
* added missing initialization in src/emu/memarray.c (nw) Oliver Stöneberg2013-09-121-1/+4
* removed unused AM_DEVWRITE8_LEGACY macro (nw) Oliver Stöneberg2013-09-121-2/+0
* Preliminary SET FEATURES support. Only set transfer mode is currently support... smf-2013-09-106-195/+305
* Modernized smc91c9x device. (nw) Ivan Vangelista2013-09-102-285/+215
* added undocumented opcode that behaves like DPCL [smf] smf-2013-09-102-2/+4
* Fixed ARMRST behaviour Angelo Salese2013-09-091-0/+9
* AICA: fixed DSP r/w Angelo Salese2013-09-091-2/+67
* Modernized the dl1416 device. (nw) Ivan Vangelista2013-09-092-142/+117
* reverted previous change to discrete.h - it appears to be a design choice (nw) Oliver Stöneberg2013-09-091-8/+8
* do not treat BIAS in DISCRETE_* macros as a node (nw) Oliver Stöneberg2013-09-091-8/+8
* Preliminary ATAPI/Dreamcast DMA. The timing needs to be moved into the device... smf-2013-09-082-43/+66
* fix typo (nw) David Haywood2013-09-081-2/+2
* (MESS) cat.c: significantly updated the IAI Swyft driver: added preliminary g... Jonathan Gevaryahu2013-09-081-0/+1
* (MESS) Added preliminary S+core CPU emulation. [Sandro Ronco] Sandro Ronco2013-09-075-0/+1949
* Modernized the sp0250 device. (nw) Ivan Vangelista2013-09-072-165/+174
* s2650.c: Modernized cpu core (nw) Wilbert Pol2013-09-063-579/+573
* Added 8/16 bit data bus configuration to TLCS900H. Default is 16bit, neogeo p... smf-2013-09-062-17/+68
* i8275x: devcb2. (nw) Curt Coder2013-09-052-70/+49
* removed debugging printf() (nw) smf-2013-09-051-1/+0
* Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & h... smf-2013-09-052-391/+752
* pps4.c: Modernized cpu core (nw) Wilbert Pol2013-09-052-204/+184
* (mess) wd_fdc: Fix ready handling, allow ready connected to vcc [O. Galibert] Olivier Galibert2013-09-052-12/+34
* Device-ized AICA RTC device, passes RW comp test, doesn't pass clock test Angelo Salese2013-09-043-0/+241
* tlcs900.c: Modernized cpu core (nw) Wilbert Pol2013-09-043-3671/+4036
* flagged a few more things as deprecated (nw) Oliver Stöneberg2013-09-041-1/+1
* Games promoted from NOT_WORKING mariuszw12013-09-041-0/+2
* store firmware in nvram (nw) smf-2013-09-042-3/+48
* flagged another device as deprecated (nw) Oliver Stöneberg2013-09-041-1/+1
* flagged some devices as deprecated (nw) Oliver Stöneberg2013-09-042-2/+2
* pic16c62x.c: Modernized cpu core; this core seems to be completely unused ...... Wilbert Pol2013-09-032-1066/+828
* Fix space in device shortname (nw) Scott Stone2013-09-031-1/+1
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-09-011-1/+1
* pic16c5x.c: Modernized cpu core. (nw) Wilbert Pol2013-08-312-901/+780
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-305-19/+305