summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-2/+2
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-3/+28
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-5/+5
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* (MESS) cat.c (Canon Cat): Got rid of the keyboard interrupt timer and hooked ... Jonathan Gevaryahu2013-03-061-9/+4
* cat.c: (Canon Cat) Fixed a mistake in the memory map mirroring due to an erro... Jonathan Gevaryahu2013-02-221-25/+74
* (MESS) cat.c (Canon Cat): Fixed the v2.40 bioses thinking the phone is consta... Jonathan Gevaryahu2013-02-111-26/+27
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-21/+21