summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/wangpc.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-205/+0
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-2/+0
|
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-2/+2
|
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ smf-2014-02-241-37/+37
| | | | instead. [smf]
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-1/+0
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-6/+13
| | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
|
* (MESS) wangpcbus: Moved under emu/bus. (nw) Curt Coder2013-10-201-9/+1
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
|
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-0/+2
|
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
|
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-0/+2
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-0/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
|
* (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] Curt Coder2013-01-091-9/+8
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-2/+2
| | | | recommended. (nw)
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-1/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+200