summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Ted Green rewrote it time ago, this code was hanging (nw) Miodrag Milanovic2016-11-232-1396/+0
* Update of manifest to better define required sdk, resolves #1753 (nw) Miodrag Milanovic2016-11-231-2/+2
* As promised, removing this part of code since it is used for compilers check,... Miodrag Milanovic2016-11-2318-1452/+0
* Merge pull request #1762 from mamehaze/mk5_2 Ivan Vangelista2016-11-231-2/+6
|\
| * mk5: incasunu and geisha expect a bigger rom window here (otherwise the graph... David Haywood2016-11-231-2/+6
* | a bit of prep for making selected index private (nw) Vas Crabb2016-11-236-32/+37
* | encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-238-125/+150
* | Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-2364-213/+235
* | seta.cpp: added backup RAM hookup for kiwame, fixed "BACKUP RAM ERROR" at fir... angelosa2016-11-221-5/+12
* | python why are you incompatible (nw) Vas Crabb2016-11-231-2/+2
|/
* mirage.cpp: Added 93C46 EEPROM hook-up [Angelo Salese] angelosa2016-11-221-69/+48
* aristmk5: added coin input, logic door input and RTC. Sandro Ronco2016-11-221-113/+119
* gaiden.cpp: fixed MT04933 (nw) Ivan Vangelista2016-11-222-9/+5
* New working clones added Ivan Vangelista2016-11-224-96/+103
* Merge pull request #1756 from system11b/S11gunbird2 R. Belmont2016-11-221-3/+2
|\
| * psikyosh.cpp: Board family is mono, all games. system11b2016-11-211-3/+2
* | Merge pull request #1757 from system11b/S11marvel R. Belmont2016-11-221-2/+3
|\ \
| * | Tagged as imperfect sound and needing redump of sound rom - the sound in system11b2016-11-221-2/+3
| |/
* | Merge pull request #1758 from system11b/S11vivid R. Belmont2016-11-221-1/+55
|\ \
| * | aleck64.cpp: added vivdolls dip switches, note digital joystick support needs... system11b2016-11-221-1/+55
| |/
* | Merge pull request #1759 from fulivi/hp9845_dev8 R. Belmont2016-11-227-17/+483
|\ \
| * | ieee488: a few optimizations to "state-changed" callbacks fulivi2016-11-221-12/+15
| * | hp9845: implemented 98034 module (HPIB interface) fulivi2016-11-226-5/+468
|/ /
* | mrdo.cpp: fixed flipscreen regression (nw) Ivan Vangelista2016-11-221-6/+1
* | x68k: added keyboard LEDs to layout display. Now you can watch the 'dancing ... mahlemiut2016-11-222-8/+85
* | new clone added as NOT_WORKING MetalliC2016-11-212-0/+19
* | Merge pull request #1755 from ajrhacker/amusco_coins R. Belmont2016-11-211-53/+58
|\ \
| * | amusco.cpp: Coin-related improvements AJR2016-11-211-53/+58
* | | Merge pull request #1748 from ajrhacker/mb86235d_stream_format Vas Crabb2016-11-221-347/+237
|\ \ \
| * | | Eliminate internal buffers; further cleanups (nw) AJR2016-11-191-161/+85
| * | | Eliminate static char[] buffers in the mb86235 disassembler (nw) AJR2016-11-191-276/+242
* | | | Merge pull request #1754 from JoakimLarsson/macos7_1 Vas Crabb2016-11-223-75/+149
|\ \ \ \
| * | | | using compile error as sanity check Joakim Larsson Edstrom2016-11-211-1/+1
| * | | | using semicolon for safety instead of curly brackets Joakim Larsson Edstrom2016-11-211-1/+1
| * | | | Added minimal support for SYNC/HUNT mode to allow MacOS7 to boot to desktop Joakim Larsson Edstrom2016-11-212-48/+70
| * | | | Added external clock to SCC and decoded SCC synchronous init for MacOS 7 Joakim Larsson Edstrom2016-11-211-2/+23
| * | | | SCC: Improved LOG printouts for synchrounous features of WR4 and WR10 Joakim Larsson Edstrom2016-11-212-31/+62
| | |/ / | |/| |
* / | | upd7220: fix arcs (nw) cracyc2016-11-211-23/+9
|/ / /
* | / upd7220: d1 is also signed (nw) cracyc2016-11-211-1/+2
| |/ |/|
* | Merge pull request #1752 from mamehaze/mk5 Ivan Vangelista2016-11-211-455/+455
|\ \
| * | remaining mk6 rom loading cleanup + fix loading on buckstop (nw) David Haywood2016-11-201-224/+224
| * | mk6 rom loading tidy pt 2 (nw) David Haywood2016-11-201-144/+144
| * | clean up mk6 rom loading pt1 (nw) David Haywood2016-11-201-87/+87
* | | rainbow: guess at vector mode behavior (nw) cracyc2016-11-201-12/+2
* | | Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-21412-2076/+889
|\ \ \
| * | | Removed 'ppc_dasm_one(std::string &string,...' declaration, and updated caller Nathan Woods2016-11-202-4/+4
| * | | Moving disasm.clear()/disasm.seekp(0) out of if statement, so the stream is a... Nathan Woods2016-11-201-2/+2
| * | | Fixed this call to disassemble() that was erroneously taking an std::string Nathan Woods2016-11-201-1/+4
| * | | buffer.vec() ==> &buffer.vec()[0] Nathan Woods2016-11-201-1/+1
| * | | Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' Nathan Woods2016-11-205-24/+20