summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
...
* Generalized the PLS100 into a PLA device of variable amounts of inputs/output... Curt Coder2012-09-112-33/+70
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-119-27/+27
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-102-26/+69
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-082-13/+13
* removed test ready command as scsidev already handles it. (nw) smf-2012-09-082-11/+0
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0816-48/+48
* pass some parameters in netlist.h by reference for consistency (no whatsnew) Oliver Stöneberg2012-09-081-12/+12
* tc009xlvc modernized tilemap (no whatsnew) Miodrag Milanovic2012-09-062-21/+22
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-064-65/+119
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-8/+8
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-054-129/+12
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-0320-682/+0
* converted remaining legacy_device_base users (no whatsnew) Miodrag Milanovic2012-09-037-80/+149
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0340-147/+1739
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-3011-47/+59
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-303-4/+0
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-3012-216/+401
* s3c24xx: placed video start and screen update into device (no whatsnew) Miodrag Milanovic2012-08-296-48/+65
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-2913-72/+1208
* converted 53c810 to a c++ device. (nw) smf-2012-08-272-290/+328
* SCSI device tags are relative to the SCSI controller. smf-2012-08-273-4/+4
* Written it up, but it still doesn't work Angelo Salese2012-08-272-8/+177
* Place-holders, F-Zero boots anyway Angelo Salese2012-08-272-0/+154
* Got the protection to work (still says no slot for whatever reason tho) Angelo Salese2012-08-262-0/+23
* use device_t.static_set_static_config smf-2012-08-252-28/+9
* use device_t.static_set_static_config smf-2012-08-254-22/+26
* Give the RTC some life Angelo Salese2012-08-252-21/+104
* Written a preliminary S-3520CF RTC chip device, used by Nintendo Super System... Angelo Salese2012-08-252-0/+271
* turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) smf-2012-08-252-298/+370
* am53cf96 is now a device (nw) smf-2012-08-242-100/+120
* a little tidy up while working on other files (nw) smf-2012-08-243-22/+8
* removed am53cf96_get_device and some other unused GetDevice() trampolines (nw) smf-2012-08-236-47/+0
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-237-24/+43
* Updated netlist implementation: Couriersud2012-08-204-1015/+1877
* More proper solution for not connected IDE devices (no whatsnew) Miodrag Milanovic2012-08-202-2/+8
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-205-18/+18
* Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese] Angelo Salese2012-08-171-27/+44
* Sync with MESS (nw) Miodrag Milanovic2012-08-171-1/+1
* rp5c15: Initialize at power-on (makes the x68k boot reliable) [O. Galibert] Olivier Galibert2012-08-141-0/+10
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-112-2/+0
* Sync with MESS. (nw) Curt Coder2012-08-091-2/+2
* Sync with MESS. (nw) Curt Coder2012-08-091-0/+1
* [SAA5050] Fixed double high character mode, and forced character data to 7-bi... Miodrag Milanovic2012-08-091-2/+2
* De-legacy the z80sio device. Aaron Giles2012-08-082-63/+28
* De-legacy the z80pio device. Aaron Giles2012-08-082-103/+68
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-083-42/+12
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-083-29/+40
* Convert remaining drivers. Kill off old 8255ppi. Aaron Giles2012-08-083-741/+10
* Department of redundancy department update. Aaron Giles2012-08-083-124/+36