summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/fmtowns.c
Commit message (Expand)AuthorAgeFilesLines
* fmtowns: fix debug assert (no whatsnew) mahlemiut2014-02-261-3/+4
* fmtowns: reduced tagmap usage (memory banks still to look at) (no whatsnew) mahlemiut2014-02-251-33/+33
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-58/+21
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* (MESS) New clone added: FM Towns II MX [caius, Barry Rodewald] mahlemiut2013-11-171-0/+13
* fmtowns: remove fix, looks like the issue is with cue files that have both In... mahlemiut2013-06-061-1/+1
* fmtowns: quick fix to correct CD audio tracks, at least for those games that ... mahlemiut2013-06-061-1/+1
* (MESS) modernized uPD71071 DMA device. [Fabio Priuli] Fabio Priuli2013-06-041-10/+8
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-15/+10
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-16/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-30/+30
* modernised CDDA & discard buffered samples when starting to play to avoid aud... smf-2013-05-131-14/+13
* missed some files from mess (nw) smf-2013-05-121-8/+3
* fmtowns: fixed RAM regression. (no whatsnew) mahlemiut2013-05-051-1/+0
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+0
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-70/+61
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+0
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-22/+22
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+1
* 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-10/+8
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-281-1/+1
* fmtowns: set UX and Marty drivers to use 386SX CPU. (no whatsnew) mahlemiut2013-03-141-304/+339
* ficed several occurances of uninitialized memory (nw) Oliver Stöneberg2013-03-091-0/+1
* fmtowns: moved some static CD-ROM functions in the driver class (no whatsnew) mahlemiut2013-02-241-125/+128
* Modernize rf5c68 and tms36xx sound devices. [Andrew Gardner] Andrew Gardner2013-02-201-5/+5
* fmtowns: Whoops. :P mahlemiut2013-02-131-1/+1
* fmtowns: Preliminary implementation of the CD-ROM controller's software mode.... mahlemiut2013-02-131-5/+63
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-4/+3
* (MESS) added software list for NEC APC [kaylee] Angelo Salese2012-11-241-0/+59
* Check-point for upd71071, nw Angelo Salese2012-11-231-1/+4
* replaced some "^" with DEVICE_SELF_OWNER (nw) smf-2012-10-261-2/+2
* (MESS) use DEVCB2 for callbacks & run srcclean (nw) smf-2012-10-191-385/+380
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-32/+27
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-29/+27
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-14/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-18/+11
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-11/+11
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2892