summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sg1000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-14/+8
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* (MESS) sc3000: Added cartridge and cassette software lists. [Curt Coder, Anna... Curt Coder2014-04-231-1/+3
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-9/+9
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-25/+17
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Small bit mask bug-fix in blind faith fashion, nw Angelo Salese2014-03-161-1/+1
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-20/+10
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+6
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-12/+3
* fix crash on startup (nw) smf-2014-02-101-0/+4
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-4/+11
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-5/+5
* (MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB... Fabio Priuli2013-05-271-0/+1
* (MESS) sg1000: added emulation of the Card Catcher passthrough cart. [Fabio P... Fabio Priuli2013-05-241-0/+1
* (MESS) sg1000: converted the driver to use the new sega 8bit cart slot. [Fabi... Fabio Priuli2013-05-241-373/+45
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-2/+15
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-5/+34
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* more cleanup (nw) Miodrag Milanovic2013-04-141-13/+7
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-6/+6
* (MESS) Input fixes. (nw) Curt Coder2013-01-311-10/+24
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-14/+14
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-96/+96
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* [SG1000] MSVC fix (nw) Nathan Woods2012-12-101-1/+1
* (MESS) sf7000: Fixed floppy. [Curt Coder] Curt Coder2012-12-091-23/+13
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-6/+1
* (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) Sandro Ronco2012-10-281-2/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-40/+15
* Minor cleanup (no whatsnew) Miodrag Milanovic2012-10-031-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-8/+6
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-8/+8
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-19/+19
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1277