summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bml3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-28/+19
* bml3bus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-161-18/+14
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-4/+4
* 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
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-23/+29
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-1/+1
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-11/+4
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* (MESS) bml3 : added cassette Robbbert2013-12-291-36/+98
* (MESS) bml3.c: Commented out unused variable. (nw) Wilbert Pol2013-12-271-1/+1
* (MESS) bml3 : replaced beeper with speaker; fixed a video issue (nw) Robbbert2013-12-271-181/+144
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-24/+0
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-35/+35
* (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] Miodrag Milanovic2013-07-041-180/+86
* (MESS) bml3: added software list for floppy disks. [Anna Wu] Fabio Priuli2013-06-211-0/+2
* (MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to f... Miodrag Milanovic2013-06-191-348/+359
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-43/+43
* (MESS) bml3.c [jedwidz] Miodrag Milanovic2013-06-051-76/+334
* modernised YM2203 [smf] smf-2013-05-111-20/+18
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-8/+8
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* 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-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+64
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-7/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-7/+7
* 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-29/+29
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-9/+10
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-25/+26
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+12
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+952