summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cat.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1843/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-21/+0
* Placed my files under BSD3, and also some that I shared with Robbert with his... Miodrag Milanovic2015-05-071-2/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-10/+10
* (MESS) Significant comment updates for the IAI Swyft based on board tracing. ... Lord-Nightmare2015-01-221-36/+160
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* (MESS) cat.c: comment updates (nw) Jonathan Gevaryahu2014-09-141-2/+1
* (MESS) cat.c: fix canon cat breakage from r30715 [Lord Nightmare] Jonathan Gevaryahu2014-07-201-6/+7
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+1
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-2/+1
* (MESS) cat.c: update comments a bit, disable some debug code that got left on... Jonathan Gevaryahu2014-04-081-9/+10
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-7/+7
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-10/+10
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* (MESS) cat.c: further attempts to get printing working; it seems BUSY is neve... Jonathan Gevaryahu2014-03-101-11/+37
* (MESS) cat.c: hooked up centronics /ACK flipflop; still doesn't seem to print... Jonathan Gevaryahu2014-03-071-12/+29
* (MESS) cat.c: hook up a debug printf to the duart txb line which goes to the ... Jonathan Gevaryahu2014-03-071-9/+19
* (MESS) cat.c: invert centronics BUSY (still need to add the /ACK flipflop) [L... Jonathan Gevaryahu2014-03-061-2/+2
* (MESS) cat.c: Implemented watchdog counter readback, more documentation [Lord... Jonathan Gevaryahu2014-03-061-43/+85
* (MESS) cat.c: updated comments with latest research. [Lord Nightmare] Jonathan Gevaryahu2014-03-051-28/+34
* (MESS) cat: preliminary Centronics hookup [R. Belmont] R. Belmont2014-03-021-4/+13
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+2
* (MESS) cat.c: Canon Cat now has working sound [Lord Nightmare, R. Belmont] Jonathan Gevaryahu2014-02-271-12/+52
* (MESS) Start removing usage of deprecated 68681 INPORT_CALLBACK. [R. Belmont] R. Belmont2014-02-231-14/+6
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-13/+17
* 6522 CA1 is input only, so I have removed the output callback. The lisa via h... smf-2014-01-251-14/+0
* n68681: modernized and killed config struct in favor of devcb2. [R. Belmont] R. Belmont2014-01-031-10/+5
* removed ca1/cb1/ca2/cb2 callback, they don't do anything [smf] smf-2014-01-011-64/+10
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-36/+29
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-16/+16
* nmk16: add missing copyright holder Jonathan Gevaryahu2013-10-151-1/+1
* need to get the tagging started somewhere... Jonathan Gevaryahu2013-10-151-0/+2
* specify licenses Jonathan Gevaryahu2013-10-151-16/+57
* (MESS) cat.c: more swyft comment updates, fixed the board location of one of ... Jonathan Gevaryahu2013-10-081-37/+33
* minorly rearranged the phone plugs and the breakout connector on the diagram ... Jonathan Gevaryahu2013-10-031-8/+8
* (mess) cat.c: further swyft documentation updates based on having the board t... Jonathan Gevaryahu2013-10-031-25/+36
* (MESS) cat.c: add v331 IAI swyft firmware roms, and add .jed file dumps for t... Jonathan Gevaryahu2013-10-021-11/+14
* Further work on swyft (n/w) Jonathan Gevaryahu2013-09-241-22/+22
* (MESS) cat.c: Switch swyft to use mc68008, split vram handler from cat vram h... Jonathan Gevaryahu2013-09-231-102/+458
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* (MESS) cat.c: more minor notes, added the PALs as NO_DUMP for now (n/w) Jonathan Gevaryahu2013-09-081-4/+10
* ... (n/w) Jonathan Gevaryahu2013-09-081-1/+1
* typo fix, no whatsnew Jonathan Gevaryahu2013-09-081-1/+1
* (MESS) cat.c: significantly updated the IAI Swyft driver: added preliminary g... Jonathan Gevaryahu2013-09-081-31/+96
* (MESS) cat.c: more swyft WIP, still doesn't do very much. Found out it uses a... Jonathan Gevaryahu2013-09-041-5/+42
* (MESS) cat.c: Fix a silly issue with the video ram mapping on the IAI Swyft; ... Jonathan Gevaryahu2013-09-041-5/+4
* (MESS) cat.c: switched driver to use the new DUART n68681 core [Lord Nightmare] Jonathan Gevaryahu2013-09-031-18/+26
* cat.c: minor comment/formatting updates, no whatsnew. Jonathan Gevaryahu2013-08-181-13/+27