summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* st2205u: fix Clang compile. arbee2020-08-311-1/+1
* st2xxx: Add many more register stubs AJR2020-08-316-15/+286
* mcs48: fix problem with strt_cnt if counter was already enabled hap2020-08-281-2/+8
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-271-3/+3
* odyssey2: make videopac the parent set hap2020-08-251-0/+2
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-2520-60/+60
* z8: Add optional logging for SIO AJR2020-08-231-4/+28
* z8: Add interface notes AJR2020-08-231-0/+9
* srcclean for 0.224 Vas Crabb2020-08-231-2/+2
* push pcp8718 / pcp8728 foward, fix some unsp20 bit opcode bugs [David Haywood... David Haywood2020-08-221-5/+26
* TMS340X0 updates AJR2020-08-196-127/+229
* replaced pcp8718 dump with correct one [Sean Riddle] (#7098) David Haywood2020-08-191-21/+38
* New working software list additions hap2020-08-191-1/+2
* odyssey2: add cartridge B pin hap2020-08-181-1/+1
* kc82: Log MMU changes AJR2020-08-171-0/+13
* upd7810: Fix semantics of SKIT NMI and SKNIT NMI; simplify analog input code AJR2020-08-154-104/+47
* Some Ap2000 fixes and UPD7810 analog fixes (#7075) goldnchild2020-08-141-9/+10
* gameking: Add preliminary sound emulation using external DAC device AJR2020-08-142-2/+105
* odyssey2: disable logging hap2020-08-141-2/+0
* z180: Updates AJR2020-08-125-58/+51
* Fix non-x86 build and try to make sure it does not break silently again (#7041) Julian Sikorski2020-08-121-0/+2
* z8: fixed bug in decimal adjust. Fixes PRINT 654 in bert. Robbbert2020-08-121-1/+1
* mcs48: fix cond jump address if argument fetch was at 0x7ff or 0xfff hap2020-08-121-2/+3
* mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 hap2020-08-112-15/+17
* cpu/nec: use anonymous namespaces to avoid ODR violations with enums Vas Crabb2020-08-116-6/+19
* upd78k1/k2/k3 disassemblers: Fix branch destinations for A.n, X.n and PSW.n m... AJR2020-08-082-2/+2
* mcs48: get rid of wy100 irq hack hap2020-08-082-14/+5
* mcs48: burn opcode cycles before executing opcode hap2020-08-082-508/+511
* mcs48: fix cycles not deducted for timer irq, get rid of kaypro10 hack hap2020-08-072-310/+287
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-061-3/+3
|\