summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-7/+7
* hmcs40: add hmcs46/hmcs47 hap2024-09-254-30/+191
* sbackgc: just use cpu_device for m_maincpu hap2024-09-241-1/+2
* sbackgc: invert buttons_r, hap2024-09-241-1/+1
* hmcs400: add standby/stop mode hap2024-09-202-3/+3
* hmcs400: add irq controller hap2024-09-192-9/+9
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* hmcs400: add i/o ports hap2024-09-183-50/+56
* hmcs400: fill in most of the opcodes hap2024-09-163-44/+52
* hmcs400: add opcode placeholders hap2024-09-162-243/+122
* hmcs400: add disassembler hap2024-09-162-6/+1
* hmcs400: add cpu skeleton device hap2024-09-165-117/+128
* New working clones hap2024-09-071-5/+6
* 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-16/+17
* Systems promoted to working hap2023-06-171-46/+45
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-14/+8
* mn1400: add disassembler hap2023-05-012-21/+21
* Interrupt callback rationalization AJR2023-03-111-1/+1
* eturtles: add game speed control hap2022-08-143-3/+15
* hmcs40: block interrupt after conditional jump hap2022-08-133-31/+12
* cpu: remove obsolete debugger.h include from some of my files hap2022-04-021-1/+0
* Debugger feature improvements AJR2022-03-271-1/+1
* 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
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-262-8/+8
* hmcs40: this should fix savestate regression (nw) hap2020-05-291-0/+1
* Machines promoted to working hap2020-04-231-7/+13
* hmcs40: change stack op (nw) hap2020-04-233-6/+17
* hmcs40: simplify internal timer (nw) hap2020-04-233-38/+17
* New machines marked as NOT_WORKING hap2020-04-222-2/+2
* sag: add cartridge and softwarelist (nw) hap2020-04-081-1/+3
* hmcs40: add note (nw) hap2020-04-041-5/+10
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-082-11/+7
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* hmcs40: remove port enum (nw) hap2019-06-161-12/+0
* disasm: init lfsr pc tables in constructor (nw) hap2019-04-232-44/+37
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* revert part of timer.h change (nw) hap2019-02-131-0/+1
* -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-162-79/+18
* devcb3 Vas Crabb2018-07-071-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-21/+25
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-20/+20
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-25/+25
* move some cpu internal memmaps from public to protected (nw) hap2018-02-131-4/+6