summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-3011-127/+121
* notes hap2015-12-281-5/+6
* Revert "Update device names" Miodrag Milanović2015-12-285-27/+27
* Merge pull request #512 from MASHinfo/master Miodrag Milanović2015-12-285-27/+27
|\
| * Update wd_fdc.cpp MASH2015-12-201-23/+23
| * Update x76f100.cpp MASH2015-12-201-1/+1
| * Update x76f041.cpp MASH2015-12-201-1/+1
| * Update fdc37c665gt.cpp MASH2015-12-201-1/+1
| * Update at28c16.cpp MASH2015-12-201-1/+1
* | Fix clang build Miodrag Milanovic2015-12-271-2/+0
* | notes hap2015-12-271-30/+32
* | cleanup (nw) Miodrag Milanovic2015-12-2615-25/+18
* | cleanup (nw) Miodrag Milanovic2015-12-2624-33/+33
* | cleanup (nw) Miodrag Milanovic2015-12-264-2/+14
* | cleanups (nw) Miodrag Milanovic2015-12-2513-27/+1
* | tispellb.c mrchalgr expects reads to be valid after setting indirect address hap2015-12-231-2/+2
* | improvements to tispellb rev2 hap2015-12-221-4/+5
* | added TMS6100 4bit read support hap2015-12-222-93/+101
* | r9751: fix for g++14 and add rolm as a manufacturer Brandon Munger2015-12-201-5/+5
* | r9751: Update PDC documentation Brandon Munger2015-12-201-1/+82
* | r9751: Add dip switches to PDC for HDD and FDD Brandon Munger2015-12-202-19/+68
* | r9751: Fix floppy disk access and add log defines Brandon Munger2015-12-202-59/+92
* | r9751: PDC floppy read support Brandon Munger2015-12-202-13/+54
* | r9751: More PDC DMA additions Brandon Munger2015-12-202-14/+35
* | r9751: Initial DMA hookups and driver cleanup Brandon Munger2015-12-202-152/+133
* | r9751: rename drivers to cpp Brandon Munger2015-12-201-0/+0
* | r9751: map more registers to PDC and minor cleanup Brandon Munger2015-12-202-1/+62
* | r9751: More PDC changes Brandon Munger2015-12-202-6/+16
* | r9751: move pdc to new device directory Brandon Munger2015-12-202-0/+432
|/
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-192-12/+12
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-1713-40/+35
* Fixed gfx decoding for Konami GX BIOS [Angelo Salese] angelosa2015-12-171-1/+1
* Fix Racin' Force crash at POST, "fixed" text tilemap offsets, nw angelosa2015-12-171-1/+1
* k053252: just reset internal screen state when a frequency clock change occur... angelosa2015-12-172-10/+23
* Add INTREQ/INTACK to S2636, not used by any drivers yet Vas Crabb2015-12-152-27/+101
* sun3: switch to new Z80SCC device, add RS232 ports (not functioning yet) [R. ... arbee2015-12-132-0/+49
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1210-11/+11
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-112-2/+2
* S2636 drawing optimisation (nw) Vas Crabb2015-12-111-124/+88
* Re-write S2636 from scratch as needed for subhuntr: Vas Crabb2015-12-112-285/+459
* konamigx.cpp: Replaced CCU with device version, including pixel clock select ... angelosa2015-12-112-3/+7
* allow the Konami CRTC to configure the 'slave' screen in the demux setup too ... David Haywood2015-12-072-1/+30
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-4/+4
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-4/+4
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-067-15/+15
* override part 3 (nw) Miodrag Milanovic2015-12-05161-703/+703
* override part 2 (nw) Miodrag Milanovic2015-12-051-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-0585-399/+399