summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/enterp.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] Curt Coder2013-06-061-755/+0
* (MESS) ep64_cass.xml: Added preliminary cassette software list. [Guru, Curt C... Curt Coder2013-06-051-0/+1
* (MESS) ep64_flop.xml: Added floppy images. [Curt Coder] Curt Coder2013-06-041-3/+5
* (MESS) enterp: Added Guru-readme and fixed setnames. [Guru] Curt Coder2013-06-031-3/+168
* bye bye silly terminator errors... nw. Fabio Priuli2013-05-301-1/+1
* (MESS) enterp: converted the Nick Graphics Chip to be a device. [Fabio Priuli] Fabio Priuli2013-05-291-3/+49
* (MESS) enterp: modernized the Dave sound chip. [Fabio Priuli] Fabio Priuli2013-05-291-14/+17
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* some more cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-7/+6
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1] Fabio Priuli2013-01-131-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-89/+89
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-27/+19
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-5/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-18/+18
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+549