summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* ns32000: many bug fixes Patrick Mackinlay2020-10-072-200/+186
* ns32000: avoid potential slave dependency issue Patrick Mackinlay2020-10-061-1/+1
* ns32000: undefined operation assumptions Patrick Mackinlay2020-10-061-16/+27
* ns32000: add slave processor interface Patrick Mackinlay2020-10-053-317/+940
* ns32000dasm: floating point fixes Patrick Mackinlay2020-10-052-14/+36
* unsp: Fix copy-paste typo in debugger registering Simon Eriksson2020-10-041-5/+5
* Got rid of global_alloc/global_free. Vas Crabb2020-10-032-19/+19
* pdp1: Better fix for read-in mode AJR2020-10-011-1/+0
* pdp1: Fix read-in mode AJR2020-10-011-2/+2
* cpu/pdp1: Initialise a couple of pointer members. Vas Crabb2020-09-302-2/+3
* tms9995.cpp: initialized one variable which caused crashes in formula1.cpp. Ivan Vangelista2020-09-291-2/+4
* lc58: Add disassembler [O. Galibert] Olivier Galibert2020-09-292-0/+190
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-292-10/+38
* f8: Adjust disassembly format to better match Fairchild listings AJR2020-09-281-102/+79
* ns32000: templatize on data bus width Patrick Mackinlay2020-09-282-34/+47
* Cleaned up bitmap API. Vas Crabb2020-09-273-4/+4
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
* t11: Disassembly updates AJR2020-09-241-20/+29
* dp8344: Simulate data loopback; misc. tweaks and fixes AJR2020-09-212-55/+122
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-5/+4
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-8/+8
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-8/+8
* kp63: probably fixed compile error hap2020-09-151-1/+1
* kl5c80a12, kl5c80a16: Actually add timers to configuration (files overlooked ... AJR2020-09-142-2/+17
* kl5c80a12, kl5c80a16: Added emulation of KP63(A) Timer/Counter unit. This imp... AJR2020-09-144-9/+582
* mcs48: fix a regression with previous change to strt_cnt hap2020-09-141-1/+1
* tx0: Fix CPU address calculation AJR2020-09-141-2/+2
* pdp1: More cleanups and fixes AJR2020-09-142-12/+11
* pdp1: Clean up callbacks and start encapsulating peripherals AJR2020-09-135-86/+47
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-132-23/+16
* New machines marked as NOT_WORKING AJR2020-09-122-3/+53
* ns32000: implemented dei, corrected neg Patrick Mackinlay2020-09-102-79/+120
* st2205u.cpp: Fix last-minute copy/paste mistake AJR2020-09-091-1/+1
* unk6502_st2xxx.cpp: Change MCU to new type AJR2020-09-093-242/+514
* st2xxx.cpp: Update notes AJR2020-09-091-9/+16
* st2205u: Start pumping data out of the PSG FIFO AJR2020-09-092-10/+38
* ns32000: fix shift/rotate instruction decoding bug Patrick Mackinlay2020-09-092-10/+11
* ns32000: more fixes, string instructions Patrick Mackinlay2020-09-091-13/+102
* ns32000: fix jump instruction Patrick Mackinlay2020-09-091-1/+1
* unk6502_st2xxx.cpp: Load internal ROM at the correct offset AJR2020-09-082-24/+50
* st2205u: Add 12-bit timers AJR2020-09-086-47/+185
* ns32000: Fix EXIT AJR2020-09-081-1/+1
* st2xxx: Add some SPI stubs AJR2020-09-086-0/+100
* st2205u: Minor corrections AJR2020-09-082-5/+5
* ns32000: initial cpu emulation Patrick Mackinlay2020-09-083-170/+2188
* z8: Fix reads from Ports 0 & 1; add Z86E02 type AJR2020-09-062-2/+19
* pcp8718 / pcp8728 work, including unsp2.0 fixes [David Haywood] (#7179) David Haywood2020-09-043-46/+24
* unsp: Fix disassembly of unsigned*signed multiply instructions AJR2020-09-021-2/+2
* st2205u: Add DMA register stubs AJR2020-09-016-36/+185
* st2205u: Fix duplicate state registration; add more UART stubs AJR2020-08-314-19/+51