summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/upd7725/upd7725.cpp
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2 days1-3/+3
* 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
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+6
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* 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-291-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-25/+4
* 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-031-22/+8
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* uPD7725: Corrected which registers are actually reset by /RESET, and fixed/up... Lord-Nightmare2017-03-191-17/+49
* 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-161-0/+26
* 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-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
* 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-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+621