summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vip.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-810/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Simple LTO warning fixes (Part2) (nw) Cowering2015-05-261-1/+1
|
* Removed static config for discrete (nw) Miodrag Milanovic2014-09-131-1/+1
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-14/+3
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-20/+20
|
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-1/+3
|
* discrete_sound_w and discrete_sound_r not used any more since ↵ Miodrag Milanovic2014-03-211-2/+2
| | | | discrete_device is modern one (nw)
* cdp1861: Cleaned up devcb2. (nw) Curt Coder2014-03-211-3/+6
|
* cdp1802: devcb2. (nw) Curt Coder2014-02-261-17/+10
|
* cdp1802: devcb for the state codes. (nw) Curt Coder2014-02-251-8/+6
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
|
* (MESS) devcb2. (nw) Curt Coder2013-06-091-25/+4
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-2/+2
| | | | they can be specified for all cards [smf]
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-1/+1
| | | cosmac: Added the original CDP1801 CPU variant and rewrote the disassembler. [Curt Coder]
* cleanup (nw) Miodrag Milanovic2013-04-191-7/+6
|
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
|
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-13/+13
|
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-2/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-108/+108
|
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-4/+1
|
* (MESS) vip: Fixed VP-700 Tiny BASIC ROM mapping and VP-620 ASCII keyboard. ↵ Curt Coder2012-08-211-10/+10
| | | | [Curt Coder]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+853