summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* gba_lcd inherits m_regs as well (nw) Vas Crabb2016-08-311-4/+6
* Fix for save state reloading for many machines using oki6295, thanks to Osso ... Scott Stone2016-08-301-2/+7
* Add okim6295 to vgmplay driver, nw therealmogminer@gmail.com2016-08-304-0/+27
* srcclean again... Vas Crabb2016-08-311-1/+1
* devices/zeus2.cpp: fix save state crashing in thegrid and crusnexo (nw) Ivan Vangelista2016-08-301-5/+9
* ti99: Change step rate default setting to 8ms. Michael Zapf2016-08-301-4/+4
* Fix MT05813, memory trashing by z8536 device therealmogminer@gmail.com2016-08-292-6/+6
* Fix MT06314, V33 only has a 20-bit address bus, nw therealmogminer@gmail.com2016-08-291-2/+4
* Fix MT06315, M6504 only has a 13-bit address bus, nw therealmogminer@gmail.com2016-08-291-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-2923-183/+183
* tlcs90: fix a nonsense check hap2016-08-271-2/+2
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-1/+1
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-2710-40/+18
* Another round of these Vas Crabb2016-08-2715-45/+40
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-277-45/+43
* t11: fine, be that way (nw) cracyc2016-08-262-33/+30
* Merge pull request #1306 from GiuseppeGorgoglione/master R. Belmont2016-08-262-380/+218
|\
| * gba_lcd: abstract sprite attributes into a class Giuseppe Gorgoglione2016-08-242-380/+218
* | vector06c ramdisk emulated, machine mostly working, MetalliC2016-08-261-4/+4
* | Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-3/+3
* | Improved floppy sound emulation. Michael Zapf2016-08-252-163/+311
* | dirom,okim6295: Add/fix banking support. Better okim fix post-release [O. Ga... Olivier Galibert2016-08-251-15/+1
* | * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-254-16/+20
* | compis: WIP. (nw) Curt Coder2016-08-252-2/+3
* | Merge pull request #1234 from ajrhacker/butterflies Vas Crabb2016-08-251-2/+2
|\ \
| * | Improvements to almost all games in skylncr.cpp AJR2016-08-131-2/+2
* | | multiple keyboard devices: use required_ioport_array, take 2 (nw) Sergey Svishchev2016-08-252-51/+3
* | | remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-259-37/+42
| |/ |/|
* | Merge pull request #1284 from npwoods/fix_lores_mc6847_modes Scott Stone2016-08-211-1/+7
|\ \
| * | [MC6847] Fixed a bug from where video data was sampled that could cause too ... Nathan Woods2016-08-211-1/+7
* | | Merge pull request #1278 from npwoods/fix_readonly_cassette_formats Scott Stone2016-08-211-17/+27
|\ \ \ | |/ / |/| |
| * | Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-201-5/+16
| * | casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-8/+8
| * | Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-201-6/+5
* | | Merge pull request #1281 from superctr/technodr2 Olivier Galibert2016-08-211-1/+6
|\ \ \
| * | | H8 SCI: improvements superctr2016-08-211-1/+6
| |/ /
* / / -vgmplay.cpp: Added Namco C352. [Ryan Holtz] therealmogminer@gmail.com2016-08-212-23/+34
|/ /
* | Merge pull request #1277 from superctr/technodr R. Belmont2016-08-191-1/+1
|\ \
| * | Change endianness of H8 ADC register superctr2016-08-201-1/+1
* | | alto2: Refactor videotiming + use attoseconds_t Juergen Buchmueller2016-08-197-104/+111
* | | -vgmplay.cpp: Added POKEY support, and rebalanced audio. [Ryan Holtz] therealmogminer@gmail.com2016-08-191-1/+6
* | | aica: add ADPCM diff value clamp based on encoder research [kode54, MetalliC] MetalliC2016-08-191-0/+6
* | | compis: Promoted driver to working. [Curt Coder] Curt Coder2016-08-191-4/+4
* | | compis: WIP. (nw) Curt Coder2016-08-192-3/+3
* | | -vgmplay.cpp: Added YM3812 support. [Ryan Holtz] therealmogminer@gmail.com2016-08-195-8/+35
* | | Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-181-1/+1
* | | -vgmplay.cpp: Added HuC6280. [Ryan Holtz] therealmogminer@gmail.com2016-08-192-15/+35
* | | compis: WIP. (nw) Curt Coder2016-08-182-3/+18
|/ /
* | Make multipcm cache sample data on keyon, nw therealmogminer@gmail.com2016-08-182-46/+48
* | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-1819-104/+190