summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/st62xx
Commit message (Collapse)AuthorAgeFilesLines
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-4/+4
|
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-20/+12
|
* Make many device_execute_interface functions noexcept, including the ↵ AJR2019-11-092-6/+6
| | | | | | | | "information" overrides. This also covers several time-related functions in attotime, running_machine and emu_timer. (nw) m6805: Calculate min_cycles and max_cycles once at device_start time (Nw) attotime: Add as_khz and as_mhz (nw)
* st62xx.cpp: Fixed JRR and JRS opcodes, nw mooglyguy2018-11-291-5/+3
|
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
|
* emumem: Fix ioports/membanks in internal maps [O. Galibert] Olivier Galibert2018-08-262-51/+18
| | | | PS: That may break things, we'll see.
* srcclean and manual fixup (nw) Vas Crabb2018-08-263-61/+61
|
* -st62xx: Various changes: [Ryan Holtz] mooglyguy2018-08-253-63/+394
| | | | | | | * Made banking functional through a hack; bank finders in internal maps do not seem to work. * Added preliminary, untested GPIO support. * Fixed INC rr opcode. * Fixed disassembly of JRR, JRS, RES, SET opcodes, and added name for A register.
* -st62xx: Various updates: [Ryan Holtz] mooglyguy2018-08-254-62/+97
| | | | | | | | * Init peripheral registers to the correct values on reset. * Reworked stack display in the debugger. * Hooked up data RAM. * Hooked up ROM and RAM banking. * Added named registers to the disassembler.
* -st62xx: Added a skeleton driver for the STmicro ST6 series of ↵ mooglyguy2018-08-254-0/+1543
microcontrollers. [Ryan Holtz] New machines marked as NOT_WORKING ---------------------------------- Catherine Wheel [f205v, Ryan Holtz]