summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* Added save state support to tms99xx; replaced new/delete by unique_ptr. Michael Zapf2016-09-234-248/+341
* fix buffer overflow when debugging. (nw) smf-2016-09-141-1/+1
* Fixed an issue on the i860 disassembler that could cause an undefined string ... Nathan Woods2016-08-311-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-298-84/+84
* 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
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-18/+18
* t11: fine, be that way (nw) cracyc2016-08-262-33/+30
* vector06c ramdisk emulated, machine mostly working, MetalliC2016-08-261-4/+4
* 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
* | H8 SCI: improvements superctr2016-08-211-1/+6
* | 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
|/ /
* | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-182-0/+6
* | BIT doesn't need to be a macro Vas Crabb2016-08-182-1/+2
* | let's tidy up some scope (part 2 of evil plan) Vas Crabb2016-08-184-5553/+5687
* | Less errorlog spam. (nw) Curt Coder2016-08-161-6/+6
* | alto2: oops - disable a2ram printfs Juergen Buchmueller2016-08-131-3/+3
* | alto2: refactor display and CROM/RAM config (nw) Juergen Buchmueller2016-08-1311-365/+372
|/
* made common_op for wip tool (nw) Miodrag Milanovic2016-08-121-1/+1
* alto2: remove member function pointers jbu2016-08-0814-237/+477
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-4/+4
* alto2: remove more cruft and fix comments jbu2016-08-0612-154/+237
* alto2: replace decoded MIR bit fields jbu2016-08-035-65/+53
* alto2: fix i/o memory read; reduce frame rate jbu2016-08-032-25/+41
* alto2: remove extra screen buffer jbu2016-08-032-45/+29
* alto2: further cleanup + remove cruft jbu2016-08-0310-493/+150
* Let's give the new srcclean a spin... Vas Crabb2016-08-0211-126/+126
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-3113-19/+19
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3116-61/+61
* alto2: add speaker sound jbu2016-07-304-11/+21
* Cleanups and version bump Miodrag Milanovic2016-07-277-25/+24
* alto2: Hunting the jiggly cursor bug [Juergen Buchmueller] jbu2016-07-257-567/+305
* tv990: WIP (nw) cracyc2016-07-231-1/+1
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-222-32/+9
* Fix PIL handling in SPARC core. (nw) therealmogminer@gmail.com2016-07-142-7/+10
* update GPR pointers on wrpsr (nw) [Ryan Holtz] Vas Crabb2016-07-121-0/+1
* m6809: Improve debugging support for 6809/6309 cpus Erik G2016-07-1212-560/+570
* vt240: WIP (nw) cracyc2016-07-113-1/+8
* SPARC core improvements (nw) [Ryan Holtz] Vas Crabb2016-07-114-170/+244
* Further IRQ passthrough cleanup AJR2016-07-088-54/+22
* Replace M68000 write_irq[1-7] handlers with DEVCB_INPUTLINE (nw) AJR2016-07-072-43/+0
* SPARC disassembler: tst, neg and more mov synthetics [Vas Crabb] Vas Crabb2016-07-072-51/+114
* fix MULScc (nw) Vas Crabb2016-07-061-1/+1
* Turn fcode logging back off therealmogminer@gmail.com2016-07-051-1/+1
* Remove some debug printfs therealmogminer@gmail.com2016-07-051-6/+0
* Fix taking traps in SPARC core therealmogminer@gmail.com2016-07-052-7/+21