summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710 (follow)
Commit message (Expand)AuthorAgeFilesLines
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-13/+11
* use C++ library includes (nw) firewave2020-01-221-1/+1
* m37710: More accurate mapping of port and interrupt registers; de-duplicate a... AJR2019-11-232-173/+204
* New machines marked as NOT_WORKING AJR2019-11-152-0/+40
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* m37710: Add note (nw) AJR2019-10-021-0/+4
* m37710: Internalize timing for A-D converter AJR2019-08-302-7/+45
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-1/+3
* 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-092-1/+6
* 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-072-450/+709
* m37710: Kill the unnecessary set_line indirection (nw) AJR2019-07-064-74/+49
* m37710: Replace I/O space with callbacks AJR2019-04-072-56/+84
* m37710: added basic support for up-down count on timers in event counter mode... hap2018-11-032-30/+67
* 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-202-6/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-8/+5
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-17/+21
* Reshuffle some stuff: Vas Crabb2018-03-282-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-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-14/+14
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-174/+165
* srcclean (nw) Vas Crabb2017-07-231-10/+10
* m377xx: preliminary M37720 support [R. Belmont] arbee2017-07-143-62/+82
* 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-034-26/+33
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-20/+20
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Removing rogue prototypes Nathan Woods2016-11-201-2/+0
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-24/+6
* Changed the m37710 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-152-43/+61
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-197/+197
* 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
* let's tidy up some scope (part 2 of evil plan) Vas Crabb2016-08-181-239/+266
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Add macros for alignment checking (nw) AJR2016-01-301-4/+4
* reverting: Miodrag Milanovic2016-01-202-10/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-4/+4