summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/68340sim.c
Commit message (Collapse)AuthorAgeFilesLines
* also untangle the skeleton 68340. where the code ends up is TBD. David Haywood2013-07-051-303/+0
| | | the actual core type of the 68340 is CPU32, so it is now derived from that.
* legacy_cpu-- David Haywood2013-06-251-12/+12
| | | this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-28/+28
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-6/+6
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Improved the serial emulation in 68307 and added some logging, removing the ↵ Scott Stone2012-04-151-2/+268
| | | | hack in bfm_sc4.c [David Haywood]
* Assorted improvements and added steppers to various fruit machine drivers ↵ Scott Stone2012-04-131-5/+5
| | | | | | | | with some m68k adjustments - From Haze (nw) New games added or promoted from NOT_WORKING status --------------------------------------------------- Silver Millennium [Bonky0013, David Haywood]
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
|
* m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] R. Belmont2012-03-291-0/+38