summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v810/v810.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1395/+0
* add missing newline (nw) Cowering2015-08-071-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-22/+22
* part of license work for Kale, mostly those that needs to be GPL (nw) Miodrag Milanovic2015-05-121-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* fixed usage of uninitialized member in v810_device (nw) Oliver Stöneberg2014-04-291-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* v810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-101-784/+587
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+3
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* this stops vboy crashing here.. I don't know why (nw) David Haywood2013-01-191-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-339/+339
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Hooked up NVRAM loading/saving Angelo Salese2012-08-241-1/+1
* Implemented remaining BSU opcodes in V810 CPU core [Angelo Salese] Angelo Salese2012-08-231-2/+43
* Some other small clean-ups Angelo Salese2012-08-211-4/+11
* Force srcbit and dstbit to be always under 32 bytes Angelo Salese2012-08-211-2/+2
* Sync with MESS (nw) Miodrag Milanovic2012-08-211-3/+76
* Fixed a sign bug with CVT.WS opcode in v810 CPU core [Angelo Salese] Angelo Salese2012-08-201-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* Various VB specific opcodes, nw Angelo Salese2012-08-161-0/+37
* Added ANDNBSU and ORBSU opcodes in V810 CPU core [Angelo Salese] Angelo Salese2012-08-161-36/+56
* Preliminary implementation of the MOVBSU opcode in V810 CPU core [Angelo Salese] Angelo Salese2012-08-161-1/+56
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-6/+6
* Fixed interrupt handing in V810 core,and flag position in PCW [Miodrag Milano... Miodrag Milanovic2010-11-191-25/+48
* Added bare bones irq support to V810 CPU [Miodrag Milanovic] Angelo Salese2010-11-181-6/+47
* 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-12/+12
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* 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-2/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-31/+31
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6