summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7725 (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-19/+6
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-17/+17
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-37/+39
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-11/+9
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* ucom4, upd7725: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-061-47/+2
* devcb3 Vas Crabb2018-07-071-11/+11
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* upd7725: Fix disassembly AJR2018-04-141-1/+1
* 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-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-22/+22
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-2/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-5/+5
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-32/+41
* upd7725: dpl bits of the instruction field are ignored if dp is the destinati... Lord-Nightmare2017-09-031-7/+9
* upd7725: update ov1 and s1 flag calculation to be correct based on AWJ's nesd... Lord-Nightmare2017-09-032-25/+11
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-5/+6
* various comment updates (nw) Lord-Nightmare2017-06-041-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-30/+26
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* uPD7725: Corrected which registers are actually reset by /RESET, and fixed/up... Lord-Nightmare2017-03-192-19/+54
* upd7725: use accessors to access the SR p0 and p1 bits, rather than masking (nw) Lord-Nightmare2017-03-171-2/+2
* uPD7725: Fix LSB-first bit ordering for SO reg, not used yet. [Lord Nightmare] Lord-Nightmare2017-03-171-2/+2
* upd7725: Add siack and soack registers and their requisite jumps, not used ye... Lord-Nightmare2017-03-162-1/+31
* upd7725: handle the LSB-first load from SI properly, for when SI gets hooked ... Lord-Nightmare2017-03-151-2/+2
* extra return (nw) Lord-Nightmare2017-03-151-1/+1
* upd7725: add preliminary IRQ support [Lord Nightmare] Lord-Nightmare2017-03-151-1/+4
* fixed UPD7725 disassembly [smf] smf-2017-03-131-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the upd7725 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-181-147/+147
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-82/+82
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-6/+6
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2