summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/clcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) clcd.c fixed irq hookup. [smf] smf-2014-04-151-4/+35
* MESS: clcd.c default the centronics port to empty, the built in apps can't pr... smf-2014-04-151-1/+1
* (MESS) modernized nvram for clcd.c, lisa.c and nc.c. nw. Fabio Priuli2014-04-031-17/+12
* added manufacturer name to chips in comment (nw) smf-2014-03-171-3/+3
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-9/+13
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* (MESS) clcd : reverted palette back to its usual unreadable self Robbbert2014-03-021-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* removed superfluous 128k (nw) smf-2014-02-201-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-9/+8
* Hooked up centronics busy & inverted strobe. (nw) smf-2014-02-101-1/+8
* hooked up the centronics port, although I have only coaxed it to send a singl... smf-2014-02-101-7/+28
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-1/+2
* (MESS) Commodore LCD added ram size configuration. (nw) smf-2014-01-271-0/+1
* Simulates key press to format internal ram instead of using a rom patch. (nw) smf-2014-01-271-6/+15
* Hooked up RTC. There are several issues. The day and month register are swapp... smf-2014-01-261-1/+28
* updated the chip types (nw) smf-2014-01-251-2/+2
* 6522 CA1 is input only, so I have removed the output callback. The lisa via h... smf-2014-01-251-9/+7
* renamed lcd char rom to match this photo http://www.floodgap.com/retrobits/ck... smf-2014-01-251-5/+5
* Created a character font rom with upper and lower case characters using the u... smf-2014-01-251-4/+15
* make the black a bit blacker (nw) smf-2014-01-251-1/+1
* Try to match the colors from the most recent photograph http://vivaamigafilm.... smf-2014-01-251-7/+4
* (MESS) clcd: Revert background color change. (nw) Mike Naberezny2014-01-251-2/+2
* (MESS) clcd: Changed background color from green to grey (nw) Mike Naberezny2014-01-241-2/+2
* Added preliminary sound and rs232 support [smf] smf-2014-01-241-48/+66
* (MESS) clcd.c added support for bitmap mode [smf] smf-2014-01-241-34/+93
* Fix wrapping in KERN/APPL/RAM mode by moving TEST map to the next address bit... smf-2014-01-231-11/+14
* New games added or promoted from NOT_WORKING status smf-2014-01-231-22/+59
* (MESS) corrected function key mapping [smf] smf-2014-01-231-6/+6
* (MESS) Improved the commodore lcd mmu emulation, some software is starting to... smf-2014-01-231-115/+308
* removed redundant call to write_cb2 (nw) smf-2014-01-011-2/+0
* removed readpb & readcb2 callbacks from commodore LCD VIA6522 configuration. ... smf-2014-01-011-15/+9
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-39/+11
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* reorganised the memory map a bit & added some notes (nw) smf-2013-04-061-3/+18
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-13/+13
* MESS: clcd uses char set from rom, only characters 128 from an upper case cha... smf-2013-03-171-11/+10
* MESS: Added some notes to clcd mmu registers, the only available documentatio... smf-2013-03-171-5/+75
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-3/+3
* removed runtime ioport tag lookups [smf] smf-2013-01-261-5/+53
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-5/+4
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+335