summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sm510 (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc hap disasm: correction to prev commit hap2024-03-071-1/+1
* misc hap disasm: move opcode mnemonics enum out of header file hap2024-03-072-32/+33
* samples: add getters for num channels and loaded samples, hap2023-08-173-3/+3
* Systems promoted to working hap2023-06-171-2/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-174-45/+34
* mn1400: add disassembler hap2023-05-011-6/+6
* upd7759: only detect mode change in idle state hap2023-03-131-1/+1
* Interrupt callback rationalization AJR2023-03-111-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* timetrv: fix difficulty dipswitch typo hap2022-04-061-1/+1
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-027-7/+0
* Debugger feature improvements AJR2022-03-271-7/+7
* b5000: added easy opcodes hap2022-03-182-15/+12
* b5000: add disassembler hap2022-03-171-1/+1
* tlcs900: check timer enable before clocking chained timer, this improves ngpc... hap2022-03-151-2/+2
* nes: added R.O.B. hap2022-03-151-1/+1
* sm590: added i/o ports hap2022-03-1413-237/+264
* New working machines hap2022-03-1318-168/+392
* sm510: k input wakeup is not edge triggered hap2022-02-033-35/+10
* im05: simpler implementation hap2021-12-271-3/+3
* sm511: assume that divider reset is same as sm510 hap2021-12-214-9/+1
* sm510: fix wakeup after CEND, reorganize files a bit hap2021-12-2118-488/+541
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-263-3/+4
* added MM5799 MCU emulation [hap] hap2021-02-147-8/+8
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-7/+7
* hh_sm510: output lcd at higher freq (nw) hap2019-10-041-1/+1
* sm500: fix problem on wakeup from HALT (nw) hap2019-08-311-1/+1
* srcclean (nw) Vas Crabb2019-05-261-2/+2
* sm530: wakeup_vector was wrong (nw) hap2019-04-301-1/+1
* sm510d: no need for passing pclen here (nw) hap2019-04-292-9/+9
* disasm: init lfsr pc tables in constructor (nw) hap2019-04-232-73/+46
* sm530: add some opcodes (nw) hap2019-04-2213-84/+245
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* sm510: added bs1 pin blinking (nw) hap2019-01-031-2/+2
* sm510: use 1 callback for lcd segments output (nw) hap2018-12-075-35/+17
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-072-64/+30
* devcb3 Vas Crabb2018-07-072-10/+10
* sm5*: added sm530 disasm (nw) hap2018-05-127-52/+250
* sm5*: added default clock (nw) hap2018-05-104-8/+11
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-205-63/+74
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-258-15/+15
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-155-9/+9
* Cleanup address map remnants (nw) Olivier Galibert2018-03-081-17/+0
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-25/+25
* sm510: cleanup memmap declarations (nw) hap2018-02-138-21/+35
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-26/+30
* sm511: update some notes (nw) hap2018-01-182-8/+8
* sm510: change meaning of r port mask option (nw) hap2018-01-073-15/+17