summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/fm7.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-2/+2
* (MESS) fm7: Less tag lookup. (nw) Curt Coder2014-03-311-13/+10
* some more cleanup (nw) Miodrag Milanovic2014-03-241-15/+14
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-12/+12
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-4/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-10/+10
* fm7: reduced some tagmap usage, still need to look at fm77av banking, though.... mahlemiut2014-02-241-14/+14
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-61/+67
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* fm7: improvements to pasting from clipboard (no whatsnew) mahlemiut2013-07-261-49/+49
* fm7: fixed DOS mode booting. mahlemiut2013-07-221-16/+24
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-7/+38
* modernised the AY8910 [smf] smf-2013-05-121-3/+3
* modernised YM2203 [smf] smf-2013-05-111-15/+13
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-19/+19
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-85/+74
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-14/+14
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-8/+8
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-17/+17
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-4/+4
* little bit more (nw) Miodrag Milanovic2013-04-011-8/+7
* (MESS) fixed uninitialized memory in src/mess/drivers/fm7.c (nw) Oliver Stöneberg2013-03-091-0/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-14/+14
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-6/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* fm7: identified F-BASIC versions and renamed drivers accordingly, fm7a -> fm7... Fabio Priuli2012-12-271-7/+7
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-14/+12
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-33/+29
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-39/+39
* Memory handler normalization, part 1. Aaron Giles2012-09-171-17/+17
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-100/+80
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2434