summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/alphatro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-25/+13
* (MESS) alphatro : very fine tuning to enable the load of a real tape Robbbert2014-04-221-12/+10
* (MESS) ensure cassette-save timer is synchronised to cpu. Robbbert2014-04-211-1/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* (MESS) alphatronic : fixed framecnt Robbbert2014-03-101-3/+3
* (MESS) alphatronic : added notes Robbbert2014-03-091-28/+30
* (MESS) alphatronic : added remaining screen attributes Robbbert2014-03-091-36/+52
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-14/+14
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-13/+12
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-15/+10
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-11/+2
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* (MESS) Alphatronic: Can load the user-supplied tape. Sometimes it can load it... Robbbert2013-06-171-18/+57
* (MESS) alphatro_flop.xml: Added floppy software list. [Spirantho] Curt Coder2013-06-171-0/+3
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-13/+17
* 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-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-4/+4
* 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-1/+1
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+11
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-3/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+476