summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/attache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-11/+0
* tms9927: converted to use inline configs. nw. Fabio Priuli2014-05-011-7/+2
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-12/+8
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+1
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+6
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+3
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-17/+2
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-19/+23
* added asserts for known index out-of-bounds accesses (nw) Oliver Stöneberg2014-03-081-0/+1
* attache: hopefully fix out of bounds array access (no whatsnew) mahlemiut2014-02-271-4/+4
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+4
* (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-1/+0
* attache: switched around the RTC read and write operations, now the CMOS and ... mahlemiut2013-06-141-6/+8
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-61/+60
* attache: small RTC and documentation update. (no whatsnew) mahlemiut2013-06-111-8/+5
* attache: fixed RTC detection and reading. mahlemiut2013-06-091-7/+19
* attache: Fixed CMOS RAM reading. mahlemiut2013-06-091-6/+18
* attache: Colour consistency change. (no whatsnew) mahlemiut2013-06-031-18/+18
* attache: Implemented graphics RAM, and made the display green (since the syst... mahlemiut2013-06-031-7/+78
* attache: implemented some text attributes. mahlemiut2013-06-031-7/+72
* modernized the TMS9927 device [Fabio Priuli] Fabio Priuli2013-06-021-2/+2
* attache: fixed CMOS RAM access. mahlemiut2013-06-021-4/+4
* attache: switched the level of the operation strobe, now there is something r... mahlemiut2013-05-311-2/+16
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-11/+22
* (MESS) softlist: added list for Otrona Attache disks. [Kaylee] Fabio Priuli2013-05-261-0/+2
* attache: Fixed display size, and corrected the DMA clock. mahlemiut2013-05-251-11/+12
* (MESS) fixed clang warning about unused private field in src/mess/drivers/att... Oliver Stöneberg2013-05-231-1/+1
* attache: get some DMA working. mahlemiut2013-05-231-10/+16
* attache: Improved keyboard, and made an attempt RAM banking. mahlemiut2013-05-231-22/+121
* attache: better method of retrieving the upper 8 bits of the I/O address line... mahlemiut2013-05-211-31/+28
* (MESS) New not working system: Otrona Attache [Al Kossow, Barry Rodewald] mahlemiut2013-05-211-0/+802