summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/concept.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-320/+0
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-1/+1
|
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
|
* (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. ↵ R. Belmont2014-09-291-2/+2
| | | | Belmont]
* (MESS) concept: Preliminary implementations of the original and buffered ↵ R. Belmont2014-09-281-1/+5
| | | | floppy disk controllers. [R. Belmont]
* (MESS) concept: Hook up Apple II bus. [R. Belmont] R. Belmont2014-09-221-9/+28
|
* (MESS) concept: hooked up actual 6551 for keyboard, added beeper, cleaned up ↵ R. Belmont2014-09-211-2/+6
| | | | driver. [R. Belmont]
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-141-8/+3
|
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the ↵ smf-2014-03-171-2/+4
| | | | baud rate xtal, supports external clocking, generates transmit interrupts when idle, added echo mode, dcd/dsr/cts input handling, parity & stop bit checking. Tested and fixed hookup to commodore lcd & plus 4. [smf]
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
|
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-1/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-1/+7
|
* removed unused rxd callback from mos6551 and made devcb2 consistent with ↵ smf-2013-12-231-2/+2
| | | | other implementations [smf]
* (MESS) concept : extra rom Robbbert2013-08-231-0/+3
|
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-6/+6
|
* (MESS) concept: minor cleanup and addition of older bios versions. nw. Fabio Priuli2013-06-011-11/+14
|
* (MESS) concept: added stub implementation for the expansion slots as slot ↵ Fabio Priuli2013-06-011-206/+154
| | | | | | devices in place of previous outdated custom one. [Fabio Priuli]
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old ↵ Curt Coder2013-02-061-2/+2
| | | | implementation. (nw)
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
|
* (MESS) concept: hooked up ACIAs (nw) R. Belmont2013-01-111-1/+4
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-2/+0
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+333