summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/beta.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-378/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | 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.
* (MESS) beta: Refactored to use the new 6532. (nw) Curt Coder2015-05-221-9/+9
|
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-11/+11
|
* (MESS) misc generic cartslot conversions. while at it, I have added Fabio Priuli2014-09-271-15/+103
| | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw.
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-10/+6
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
|
* removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-1/+1
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-1/+1
| | | | now to follow (nw)
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-5/+3
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-6/+5
|
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-7/+10
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-30/+30
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+294