| Commit message (Expand) | Author | Age | Files | Lines |
* | Added save state support to tms99xx; replaced new/delete by unique_ptr. |  Michael Zapf | 2016-09-23 | 4 | -248/+341 |
* | fix buffer overflow when debugging. (nw) |  smf- | 2016-09-14 | 1 | -1/+1 |
* | Fixed an issue on the i860 disassembler that could cause an undefined string ... |  Nathan Woods | 2016-08-31 | 1 | -1/+1 |
* | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 8 | -84/+84 |
* | 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 |
* | More prep for removing pointer/reference duality (nw) |  Vas Crabb | 2016-08-27 | 1 | -18/+18 |
* | t11: fine, be that way (nw) |  cracyc | 2016-08-26 | 2 | -33/+30 |
* | vector06c ramdisk emulated, machine mostly working, |  MetalliC | 2016-08-26 | 1 | -4/+4 |
* | 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 |
* | | H8 SCI: improvements |  superctr | 2016-08-21 | 1 | -1/+6 |
* | | 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 |
|/ / |
|
* | | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... |  therealmogminer@gmail.com | 2016-08-18 | 2 | -0/+6 |
* | | BIT doesn't need to be a macro |  Vas Crabb | 2016-08-18 | 2 | -1/+2 |
* | | let's tidy up some scope (part 2 of evil plan) |  Vas Crabb | 2016-08-18 | 4 | -5553/+5687 |
* | | Less errorlog spam. (nw) |  Curt Coder | 2016-08-16 | 1 | -6/+6 |
* | | alto2: oops - disable a2ram printfs |  Juergen Buchmueller | 2016-08-13 | 1 | -3/+3 |
* | | alto2: refactor display and CROM/RAM config (nw) |  Juergen Buchmueller | 2016-08-13 | 11 | -365/+372 |
|/ |
|
* | made common_op for wip tool (nw) |  Miodrag Milanovic | 2016-08-12 | 1 | -1/+1 |
* | alto2: remove member function pointers |  jbu | 2016-08-08 | 14 | -237/+477 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 4 | -4/+4 |
* | alto2: remove more cruft and fix comments |  jbu | 2016-08-06 | 12 | -154/+237 |
* | alto2: replace decoded MIR bit fields |  jbu | 2016-08-03 | 5 | -65/+53 |
* | alto2: fix i/o memory read; reduce frame rate |  jbu | 2016-08-03 | 2 | -25/+41 |
* | alto2: remove extra screen buffer |  jbu | 2016-08-03 | 2 | -45/+29 |
* | alto2: further cleanup + remove cruft |  jbu | 2016-08-03 | 10 | -493/+150 |
* | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 11 | -126/+126 |
* | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 13 | -19/+19 |
* | cleanup of some conversions (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 16 | -61/+61 |
* | alto2: add speaker sound |  jbu | 2016-07-30 | 4 | -11/+21 |
* | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 7 | -25/+24 |
* | alto2: Hunting the jiggly cursor bug [Juergen Buchmueller] |  jbu | 2016-07-25 | 7 | -567/+305 |
* | tv990: WIP (nw) |  cracyc | 2016-07-23 | 1 | -1/+1 |
* | Get sun4_40 happy with SCSI |  therealmogminer@gmail.com | 2016-07-22 | 2 | -32/+9 |
* | Fix PIL handling in SPARC core. (nw) |  therealmogminer@gmail.com | 2016-07-14 | 2 | -7/+10 |
* | update GPR pointers on wrpsr (nw) [Ryan Holtz] |  Vas Crabb | 2016-07-12 | 1 | -0/+1 |
* | m6809: Improve debugging support for 6809/6309 cpus |  Erik G | 2016-07-12 | 12 | -560/+570 |
* | vt240: WIP (nw) |  cracyc | 2016-07-11 | 3 | -1/+8 |
* | SPARC core improvements (nw) [Ryan Holtz] |  Vas Crabb | 2016-07-11 | 4 | -170/+244 |
* | Further IRQ passthrough cleanup |  AJR | 2016-07-08 | 8 | -54/+22 |
* | Replace M68000 write_irq[1-7] handlers with DEVCB_INPUTLINE (nw) |  AJR | 2016-07-07 | 2 | -43/+0 |
* | SPARC disassembler: tst, neg and more mov synthetics [Vas Crabb] |  Vas Crabb | 2016-07-07 | 2 | -51/+114 |
* | fix MULScc (nw) |  Vas Crabb | 2016-07-06 | 1 | -1/+1 |
* | Turn fcode logging back off |  therealmogminer@gmail.com | 2016-07-05 | 1 | -1/+1 |
* | Remove some debug printfs |  therealmogminer@gmail.com | 2016-07-05 | 1 | -6/+0 |
* | Fix taking traps in SPARC core |  therealmogminer@gmail.com | 2016-07-05 | 2 | -7/+21 |