summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/fp1100.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-705/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Added resto for Kale, these are BSD3 (nw) Miodrag Milanovic2015-05-121-1/+1
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-11/+11
* (MESS) fp1100 : fixed mistake and omissions. Robbbert2014-05-161-1/+3
* (MESS) fp1100 : added documentation etc. Still not working. Robbbert2014-05-161-129/+456
* (MESS) fp1100.c: Fix regression (nw) Wilbert Pol2014-05-011-0/+6
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-21/+4
* Added palette to ef9345, and some cleanup (nw) Miodrag Milanovic2014-03-161-1/+0
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* upd7810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-211-2/+0
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Merged Cross Shooter (Taito version) with stfight.c HW [Angelo Salese] Angelo Salese2013-07-171-4/+4
* Putting my hacks in the trash where it belongs (nw) Robbbert2013-07-161-63/+2
* Added DSW to Casio FP-1100 Angelo Salese2013-07-151-30/+25
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-4/+4
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-7/+7
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+453