summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* ns32000: undefined operation assumptions Patrick Mackinlay2020-10-061-16/+27
* ns32081: new device Patrick Mackinlay2020-10-052-0/+690
* ns32000: add slave processor interface Patrick Mackinlay2020-10-053-317/+940
* ns32000dasm: floating point fixes Patrick Mackinlay2020-10-052-14/+36
* Merge pull request #7324 from sp1187/unsp ajrhacker2020-10-041-5/+5
|\
| * unsp: Fix copy-paste typo in debugger registering Simon Eriksson2020-10-041-5/+5
* | apple2: Phasor only goes to double clock when native mode is enabled. [R. Bel... arbee2020-10-042-4/+24
|/
* bus/vsmile/rom.cpp: fixed reported crash Ivan Vangelista2020-10-043-4/+2
* apple2: adjust Mockingboard and Phasor balances, and properly clock the Phaso... arbee2020-10-031-10/+11
* z80scc: Fix vector modification in high bits Dirk Best2020-10-031-0/+1
* 6840ptm.cpp: updated m_gate initialization as per comments to d026d1ba845f899... Ivan Vangelista2020-10-032-1/+6
* sound/namco: Eliminate more auto_alloc AJR2020-10-022-19/+47
* sound/namco: Eliminate auto_alloc AJR2020-10-022-39/+29
* bus/hexbus/hexbus.cpp: Fix initialization problem (device_start was overridde... AJR2020-10-022-4/+6
* upd765: Explicitly emulate reset line AJR2020-10-027-147/+190
* Got rid of global_alloc/global_free. Vas Crabb2020-10-0321-181/+159
* votrax: Adjust the final filter [O. Galibert] Olivier Galibert2020-10-021-2/+5
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-022-7/+7
* pdp1: Better fix for read-in mode AJR2020-10-011-1/+0
* pdp1: Fix read-in mode AJR2020-10-011-2/+2
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-025-190/+165
* discrete.h: Fix build on old compilers not compliant with retroactive C++11 r... AJR2020-09-301-1/+1
* 6840ptm.cpp: initialized array to fix listxml and validate crash Ivan Vangelista2020-09-301-0/+1
* sound/discrete: Get rid of vtables in factories. Vas Crabb2020-10-012-38/+23
* sound/discrete.cpp: Fix more crashes, and modernise a little. Vas Crabb2020-09-302-128/+113
* sound/discrete: Reserve space before taking addresses of new vector items. Vas Crabb2020-09-301-4/+6
* cpu/pdp1: Initialise a couple of pointer members. Vas Crabb2020-09-302-2/+3
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-305-221/+136
* imagetek_i4100.cpp: initialized a couple of variables Ivan Vangelista2020-09-291-3/+7
* tms9995.cpp: initialized one variable which caused crashes in formula1.cpp. Ivan Vangelista2020-09-291-2/+4
* lc58: Add disassembler [O. Galibert] Olivier Galibert2020-09-292-0/+190
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-296-12/+101
* Clean up uses of picture image device some more. Vas Crabb2020-09-295-22/+19
* apple3: fix low-memory indirection through the X byte and get slot IRQs worki... arbee2020-09-281-2/+2
* netlist: Remove "extended validation mode" couriersud2020-09-281-1/+0
* f8: Adjust disassembly format to better match Fairchild listings AJR2020-09-281-102/+79
* odyssey2: sourcecode style cleanup (mostly bracket spacing) hap2020-09-284-116/+116
* odyssey2: shorthand variable types in source code hap2020-09-2820-128/+128
* New working software list additions hap2020-09-281-3/+2
* Fixed BQ4847 to always return 0 for its register 15; required for proper chip... Michael Zapf2020-09-281-0/+2
* bus/bbc: remove remaining stream_sample_t Vas Crabb2020-09-281-2/+2
* ns32000: templatize on data bus width Patrick Mackinlay2020-09-282-34/+47
* m3002: expose irq callback Patrick Mackinlay2020-09-282-2/+4
* am9519: has no clock input Patrick Mackinlay2020-09-281-1/+1
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-2828-120/+108
* -bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb2020-09-285-24/+12
* picture_image_device::get_bitmap was returning a possibly-null reference Kelvin Sherlock2020-09-273-3/+3
* Cleaned up bitmap API. Vas Crabb2020-09-27140-2238/+1887
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-2712-249/+249
* omti8621: Add as standard 16-bit ISA device AJR2020-09-263-2/+13