summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/applix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) applix : set dips default to allow booting Robbbert2014-05-281-1/+1
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-23/+13
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* 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-2/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-18/+13
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-18/+11
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) applix : more roms (nw) Robbbert2013-09-261-8/+22
* (MESS) Applix : Cleanup Robbbert2013-07-301-61/+33
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+0
* compile fix (nw) Miodrag Milanovic2013-05-291-2/+2
* (MESS) Applix: last one for today. Robbbert2013-05-291-4/+6
* (MESS) Applix: added centronics printer. Robbbert2013-05-291-2/+15
* (MESS) Applix: audio working somewhat Robbbert2013-05-291-14/+14
* (MESS) Applix: Added floppy disk drives Robbbert2013-05-291-11/+29
* (MESS) Applix: Reduced tag lookups, again Robbbert2013-05-281-44/+88
* (MESS) Applix: added cassette (not working) Robbbert2013-05-281-6/+22
* (MESS) Applix: wip Robbbert2013-05-271-66/+119
* (MESS) Applix: added sound (nw) Robbbert2013-05-251-14/+32
* (MESS) Applix: added keyboard (nw) Robbbert2013-05-251-21/+425
* (MESS) Applix: Last one for today. Robbbert2013-05-231-0/+2
* (MESS) Applix: Reduced tag lookups. Robbbert2013-05-231-3/+25
* (MESS) Applix: Added ram banking, fixed status signals. Robbbert2013-05-231-10/+22
* (MESS) Applix: some work (nw) we now have a cursor Robbbert2013-05-221-1/+193
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+0
* (MESS) Applix: enabled selection of bios Robbbert2013-05-071-13/+18
* (MESS) Applix: Fixed display of 640x200 text Robbbert2013-05-051-2/+4
* (mess) applix: The mirror is required for the system to size up the ram corre... Olivier Galibert2013-05-021-13/+11
* (MESS) Applix: added a note. Added dips. Robbbert2013-05-011-8/+22
* (MESS) Applix: added some code but it's still light years away from working. Robbbert2013-05-011-67/+155
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+10
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+239