summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86233 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mb86233: Use util::sext for sign extension AJR2023-11-082-25/+8
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-8/+8
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-1/+10
* Debugger-related feature removals and cleanup AJR2021-08-152-2/+3
* mb86233: refine the patch to only do fp-type flag setting on fp operations [R... Olivier Galibert2021-07-092-27/+33
* mb86233: Fix flags behaviour on -0, seems to fix virtua fighter and motorraid... Olivier Galibert2021-07-092-25/+31
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-32/+35
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* model1: TGP interface fixes [O. Galibert] Olivier Galibert2019-10-042-12/+12
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-4/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* srcclean (nw) Vas Crabb2018-04-222-9/+9
* Add notd, used by vf2 collision (nw) Olivier Galibert2018-04-052-6/+14
* Add missing lab mode used by vf2 in-game (nw) Olivier Galibert2018-04-052-4/+5
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-054-1577/+1155
* 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-1/+1
* tgp: some dasm changes (nw) Olivier Galibert2018-03-041-6/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-9/+9
* model2.cpp: mask polygon_rom / texture_rom checks towards bounds (nw) angelosa2018-02-201-3/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-5/+5
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-32/+55
* 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-1/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-50/+47
* srcclean (nw) Vas Crabb2017-03-261-5/+5
* mb86233: Massive disassembler overhaul [O. Galibert] Olivier Galibert2017-03-151-628/+335
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-4/+8
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-13/+4
* std::stringstream ==> std::ostringstream Nathan Woods2016-11-161-4/+4
* Changed the mb86233 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-151-217/+200
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-142/+142
* 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
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-11/+11
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3