summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/einstein.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-221/+0
|
* fixes (nw) Miodrag Milanovic2015-05-141-3/+0
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-0/+1
| | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :)
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
|
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-0/+1
|
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-1/+3
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-0/+7
| | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
|
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
|
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-5/+8
|
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-28/+27
|
* (MESS) einstein.c: Tagmap cleanups (nw) Wilbert Pol2013-01-261-7/+63
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
|
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-1/+0
|
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
|
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-1/+1
| | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder]
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+4
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-0/+4
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+143