summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-4219/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-3/+0
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-075-15/+0
* changed lbi skip testing again, previous solution didnt work properly hap2015-05-033-8/+8
* Mattel Funtronics Jacks WIP hap2015-05-032-12/+12
* changed skip-lbi-testing hap2015-05-023-94/+44
* fix B mask on XDS,XIS hap2015-05-011-2/+2
* fix LBI mask hap2015-05-011-2/+2
* got rid of cop400 fake io memory map hap2015-04-302-33/+96
* accuracy fix (integer division loses fraction) hap2015-04-271-4/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* renamed a few more files from *.c to *.inc Oliver Stöneberg2014-03-192-2/+2
* License tags. (nw) Curt Coder2013-10-166-0/+12
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-2/+1
* cop400.c: Modernized cpu core (nw) Wilbert Pol2013-07-143-1288/+1156
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-116-555/+555
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-8/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-49/+49
* fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c Oliver Stöneberg2012-07-271-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-7/+7
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-37/+37
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-26/+26
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-27/+45
* Cleanups and version bump. Aaron Giles2010-06-171-8/+8
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-99/+120
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-30/+30
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-5/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-225/+225
* looping: modified the cop420 rom region Roberto Zandona2009-08-092-4/+4
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-19/+19