summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bullet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1297/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* get rid of all the x Dirk Best2015-06-231-2/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-2/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* Cleanup. (nw) Curt Coder2014-05-121-4/+0
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-27/+21
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-30/+18
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-26/+15
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-12/+15
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-12/+12
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-49/+29
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-19/+5
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-4/+4
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-10/+11
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-11/+46
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+13
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-31/+4
* (MESS) wmbullet: Fixed floppy. [Curt Coder] Curt Coder2013-11-201-4/+5
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Cleanup. (nw) Curt Coder2013-08-081-35/+14
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-8/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-22/+24
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-8/+8
* (MESS) Fixed some regressions. (nw) Wilbert Pol2013-05-241-1/+1
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-1/+1
* (MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to conne... Curt Coder2013-05-181-12/+37
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-6/+16
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-2/+2
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-2/+2
* I ran cleanup.cmd on the latest tree when testing srcclean changes and it fou... smf-2013-01-111-2/+2
* (MESS) Floppy fixes WIP. (nw) Curt Coder2013-01-111-32/+74
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-125/+125
* (MESS) bullet: Floppy modernization. (nw) Curt Coder2012-11-291-81/+134
* replaced some "^" with DEVICE_SELF_OWNER (nw) smf-2012-10-261-1/+1
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-19/+2
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-12/+12
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-0/+1
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-1/+1
* removed dependency pollution (nw) smf-2012-10-071-8/+9
* reverted it properly, doesn't crash now Robbbert2012-10-071-9/+9
* Fixed compile error, no idea if i broke something else. Robbbert2012-10-071-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-2/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-11/+9
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-3/+0
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2