summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710.cpp
Commit message (Expand)AuthorAgeFilesLines
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-10/+8
* m37710: More accurate mapping of port and interrupt registers; de-duplicate a... AJR2019-11-231-168/+187
* New machines marked as NOT_WORKING AJR2019-11-151-0/+30
* m37710: Add note (nw) AJR2019-10-021-0/+4
* m37710: Internalize timing for A-D converter AJR2019-08-301-7/+42
* srcclean (nw) Vas Crabb2019-07-281-1/+1
* m37710: More UART register adjustments (nw) AJR2019-07-101-7/+7
* m37710: Fix UART control register 1 writes and raveracw regression (nw) AJR2019-07-101-3/+3
* m37710: Fix alpinerd regression (port writes are blocked when direction regis... AJR2019-07-101-1/+1
* m37710: Add internal clock divider AJR2019-07-091-1/+4
* m37710: Fix interrupt-related regression (nw) AJR2019-07-081-10/+12
* m37710: Break up m37710_internal_r/w and m_m37710_regs block (nw) AJR2019-07-071-443/+621
* m37710: Kill the unnecessary set_line indirection (nw) AJR2019-07-061-10/+48
* m37710: Replace I/O space with callbacks AJR2019-04-071-38/+45
* m37710: added basic support for up-down count on timers in event counter mode... hap2018-11-031-20/+44
* namcos22: get rid of ss22 QUANTUM_TIME(only timecris needed it at boot) and m... hap2018-09-301-1/+1
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-17/+21
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* 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-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-9/+8
* srcclean (nw) Vas Crabb2017-07-231-10/+10
* m377xx: preliminary M37720 support [R. Belmont] arbee2017-07-141-58/+57
* 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-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1215