summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/einstein.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-11/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-22/+9
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+3
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+5
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-7/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-3/+3
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-14/+27
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-1/+3
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* (MESS) fixed uninitialized memory in src/mess/drivers/einstein.c (nw) Oliver Stöneberg2013-03-091-0/+1
* (MESS) einstein.c: Tagmap cleanups (nw) Wilbert Pol2013-01-261-53/+32
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-3/+0
* wd_fdc: More renaming [O. Galibert] Olivier Galibert2012-11-271-1/+1
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-4/+3
* Unified floppy tags on other drivers as well (no whatsnew) Miodrag Milanovic2012-10-121-5/+5
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-17/+15
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-16/+12
* tms99x8: Converted to using RGB32 bitmap so chips can coexist with other vide... R. Belmont2012-09-231-3/+2
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-32/+27
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+909