summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* h8h: fix N flag with exts opcode, hap2024-03-071-15/+7
* Re-add the subcomponents to the swx00 and tweak the adc Olivier Galibert2024-03-053-20/+6
* New working systems hap2024-03-054-9/+33
* h8: fix standby time travel problem hap2024-03-0447-38/+328
* h8: add h8s/2319 family, make 2320 (now renamed to 2329) a subdevice, hap2024-03-0413-779/+1035
* cpu/hcd62121: Implement missing mov instructions and timer wait (#12099) qufb2024-03-032-6/+176
* h8_adc: 2320 ADCR CKS1 is on bit 3, correct typo, hap2024-03-0310-45/+12
* Enhance the sh704x. MU128 MSTO, needs interrupts now. Olivier Galibert2024-03-0311-48/+1306
* h8_timer8: remove unneeded timer_tick function, hap2024-03-033-48/+15
* h8_sci: Suppress SCK transition at end of transmit sequence, yet again AJR2024-03-021-2/+1
* h8: fix absolute address bst/bist opcode IMM data hap2024-03-021-2/+2
* h8_timer: fix edge with compare match if both tt and tgr are larger than coun... hap2024-03-024-7/+9
* h8: fix addx8/subx8 H flag when C=1 hap2024-03-021-28/+30
* h8_timer16: revert https://github.com/mamedev/mame/commit/b18bf9cade56c2289cf... hap2024-02-292-21/+38
* h8_sci: Fix sync transmissions Olivier Galibert2024-02-291-5/+14
* pc532: add floating-point unit Patrick Mackinlay2024-02-293-99/+98
* h8_sci: Entirely revise clocking Olivier Galibert2024-02-294-304/+257
* g65816: Emulation accuracy fixes - (stack,S),Y and emulation mode quirks (#12... Adrian Siekierka2024-02-283-30/+101
* h8_timer: a way to fix (almost all?) missed events hap2024-02-282-20/+7
* Revert "pc532: add floating-point unit" hap2024-02-283-98/+99
* h8_timer16: remove irq check from recalc_event for software that polls the ti... hap2024-02-281-19/+30
* h8_timer: edge case: if live counter is above m_counter_cycle, first count to... hap2024-02-282-21/+42
* h8_timer: remove impossible check, hap2024-02-282-8/+3
* h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... hap2024-02-284-22/+28
* pc532: add floating-point unit Patrick Mackinlay2024-02-283-99/+98
* h83337: add readback of wscr and stcr hap2024-02-253-5/+28
* h8: add basic support for h8/3217, hap2024-02-258-16/+396
* h8 sci: use logmacro Olivier Galibert2024-02-251-52/+56
* tmp68301: Add parity tx support Olivier Galibert2024-02-241-2/+9
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-256-55/+62
* Revert "temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e... hap2024-02-242-89/+174
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-253-12/+12
* temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e4e5f3d91... hap2024-02-242-174/+89
* Revert "h8_sci: Suppress SCK transition at end of transmit sequence (fixes re... hap2024-02-241-10/+2
* h8: correct interrupt timing after software standby hap2024-02-243-14/+22
* h8(cpu devices): add variables to save_item hap2024-02-2314-10/+29
* h8325: use device arrays hap2024-02-232-63/+51
* pic16c5x: Store FSR and show in debugger without extra high bits; eliminate n... AJR2024-02-221-14/+6
* m6801: add input ports ddr override mask hap2024-02-223-34/+65
* pic16c62x: Core overhaul AJR2024-02-212-326/+456
* New working systems hap2024-02-211-0/+2
* pic16c5x: Register file cleanup AJR2024-02-202-325/+390
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-2115-71991/+71991
* z8: A little more optional logging for IRQs AJR2024-02-202-1/+5
* h8_sci: Suppress SCK transition at end of transmit sequence (fixes regression... AJR2024-02-201-2/+10
* h8_sci: set logerror verbosity to 0 (performance issue in gk2000), hap2024-02-201-7/+7
* Split rx and tx clocks to make full duplex work Olivier Galibert2024-02-202-93/+178
* New machines marked as NOT_WORKING AJR2024-02-192-0/+22
* vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... Olivier Galibert2024-02-192-3/+10
* h8: appears to be better for performance without virtual calls for r/w functions hap2024-02-184-59/+34