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