summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mtx.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-444/+0
|
* Put some licenses since authors all replied (nw) Miodrag Milanovic2015-06-021-1/+1
|
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-2/+2
|
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
|
* not sure what has happened here, but it cannot compile the way it became ↵ etabeta782015-05-131-2/+2
| | | | this morning ;)
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-3/+3
|
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
|
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-5/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* (MESS) added software lists for Altos 5 floppies and Memotech MTX tapes. ↵ etabeta782014-11-271-0/+3
| | | | [Riley110]
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ↵ smf-2014-10-281-1/+1
| | | | the list has been renamed as they aren't all printers. [smf]
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
|
* -validation fix (nw) Scott Stone2014-05-061-1/+1
|
* size fix (nw) Scott Stone2014-05-031-2/+2
|
* Added assorted bioses/proms/gals from highwayman (nw) Scott Stone2014-05-031-0/+4
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-12/+3
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
|
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-31/+2
|
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-10/+6
| | | | | | | | | | Notes: - for whatever reason the tlcs_z80 internal CTC fails to recognize/find its owner tag, does anyone know how to fix this? it's probably trivial, but I need an helping hand or pve500 cannot be launched anymore... - @Haze: can you check your inder_sb.c code? your CTC interface was wrong, judging from the comments in the source (the first cb was for the interrupt, and no callback was present by default for the ZC/TO3...) and I'm not sure what the code is intended to actually do
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+3
|
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-1/+1
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-10/+0
|
* fixed fixed crash at startup (nw) smf-2014-02-101-0/+2
|
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-3/+8
| | | | 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]
* replaced read rx callback in Z80DART (and clones) with a write handler, ↵ smf-2013-12-221-3/+5
| | | | which allows multiple chips to be connected together without using glue methods. [smf]
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
|
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
|
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-2/+3
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-21/+21
|
* Various updates regarding commented out code, forgotten during past device ↵ Ivan Vangelista2013-09-071-2/+2
| | | | modernizations. More to come. (nw)
* (MESS) mtx : added notes Robbbert2013-09-051-0/+34
|
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | house a screen tag and to find the screen at startup, providing an m_screen object that can be used. One nice feature is that if there is only one screen and no screen has been specified, it will auto configure to that screen. This removes the need to explicitly specify a screen in the configuration for a large chunk of drivers (though doing so never hurts). A new macro MCFG_VIDEO_SET_SCREEN is provided, though devices are encouraged to define their own that maps there so it is obvious which device is being targeted. The device_video_interface's validation function will error if an invalid screen is specified or if no screen is provided but there are multiple screens present. Updated all devices that currently had an m_screen in them to use the device_video_interface instead. This also has the nice benefit of flagging video-related devices for categorization purposes. It also means all these devices inherit the same screen-finding behaviors. For devices that had interfaces that specified a screen tag, those have been removed and all existing structs updated. Added an optional_device<screen_device> m_screen to the base driver_device. If you name your screen "screen" (as most drivers do), you will have free access to your screen this way. Future updates include: * Updating all devices referencing machine.primary_screen to use the device_video_interface instead * Updating all drivers referencing machine.primary_screen to use the m_screen instead * Removing machine.primary_screen entirely
* mtx.c: Improve snapshot loading Dirk Best2013-07-021-1/+1
|
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-6/+6
|
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
|
* pcat cleanup + removal of all not used LEGACY calls (in comments) and ↵ Miodrag Milanovic2013-04-191-4/+4
| | | | removal of not used macros (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-21/+15
|
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-1/+1
|
* (MESS) mtx.c SN76489A_NEW, from Osso Michaël Banaan Ananas2012-10-011-2/+13
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-13/+10
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-2/+2
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+451