summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/vtech2.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-489/+0
|
* rest for Juergen (nw) Miodrag Milanovic2015-05-071-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
|
* 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-6/+6
|
* (MESS) a bunch more of generic cart slots. nw. Fabio Priuli2014-09-251-43/+25
| | | | btw, does anyone have info on the laser 300/500/700 ROM expansions? I was unable to find any...
* (MESS) vtech2 (Laser350/500/700): added cassette save/load Robbbert2014-03-241-10/+4
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
|
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
|
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-8/+7
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-33/+30
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-6/+1
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
|
* more cleanup (nw) Miodrag Milanovic2013-04-141-10/+8
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-17/+17
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-2/+1
| | | | now to follow (nw)
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-4/+4
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-201/+199
|
* srcclean (nw) Curt Coder2012-10-071-1/+1
|
* vtech2 cleanup (no whatsnew) Miodrag Milanovic2012-09-201-74/+63
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
| | | | | | | 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]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-6/+6
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+536