summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m37710 (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-19/+19
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-15/+15
* add portdirection regs Michaël Banaan Ananas2011-09-131-18/+68
* always preserve high byte of index register when X flag is set Michaël Banaan Ananas2011-09-073-24/+26
* - fixed MPY clk Michaël Banaan Ananas2011-09-071-5/+3
* added TBS, TSB, TBD, TDB Michaël Banaan Ananas2011-09-071-8/+64
* small cleanup before next commit Michaël Banaan Ananas2011-09-071-20/+20
* - PLD, TCD: doesnt affect statusflags Michaël Banaan Ananas2011-09-071-7/+30
* tmp in RLA is unneeded + rm leftover code Michaël Banaan Ananas2011-09-061-55/+2
* added missing andb, eorb, ldb, sbcb, mpy, div (all same opcodes but different... Michaël Banaan Ananas2011-09-061-151/+238
* software int (like BRK) doesn't change d flag (probably a leftover from G6581... Michaël Banaan Ananas2011-09-061-1/+0
* cpureset registers Michaël Banaan Ananas2011-09-061-32/+82
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-062-19/+19
* (temp?) revert cause release is near Michaël Banaan Ananas2011-09-061-0/+3
* (rm old hack) Michaël Banaan Ananas2011-09-061-3/+1
* cpu only continues when an interrupt is actually executed (handled in m37710i... Michaël Banaan Ananas2011-09-061-9/+6
* check interrupts after REP and CLI, and also after writing to interrupt regis... Michaël Banaan Ananas2011-09-052-39/+59
* INT0/1/2 are also auto-cleared Michaël Banaan Ananas2011-09-052-9/+6
* nevermind 2nd part of last commit, it was correct before Michaël Banaan Ananas2011-09-051-1/+1
* - priority level of 0 means disabled interrupt Michaël Banaan Ananas2011-09-051-3/+3
* timer irq "cpustate->m37710_regs[m37710_irq_levels[curirq]] |= 0x08;" is unne... Michaël Banaan Ananas2011-09-052-50/+24
* (confusing use of 'fatal') Michaël Banaan Ananas2011-09-051-2/+2
* m377xx: fixed interrupt flags for internal peripherals, corrected BBC/BBS whe... R. Belmont2011-09-052-60/+60
* m37710: pass program bank to debugger hook so breakpoints work outside of ban... R. Belmont2011-09-051-1/+1
* OP_MPY: fix N flag on 32bit (int -> UINT32) Michaël Banaan Ananas2011-09-041-20/+24
* minor optimization Michaël Banaan Ananas2011-09-041-26/+10
* Proper bracing (nw) R. Belmont2011-09-031-44/+44
* m377xx: proper cycle counts for PSH/PUL [R. Belmont] R. Belmont2011-09-031-44/+49
* M37710: respect the restored mode bits for PUL [hap, R. Belmont] R. Belmont2011-09-031-71/+28
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-40/+40
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-18/+10
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-39/+39
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-033-8/+7