summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti99_4x.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1179/+0
|
* v9938.c: Fix MT#05622 and MT#05623 Wilbert Pol2015-09-211-7/+0
|
* ti99: That's one small move for a man Michael Zapf2015-08-111-5/+6
|
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-081-1/+1
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* (MESS) ti99: Added a sanity check for disk format detection and a ↵ Michael Zapf2015-03-171-2/+8
| | | | non-locking Alphalock
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-6/+6
|
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-12/+6
|
* (MESS) Simpler config by joyport mods. (nw) Michael Zapf2014-03-211-52/+31
|
* Moved TI-99/4A expansion cards to emu/bus/ti99_peb. Michael Zapf2014-03-211-1/+1
|
* (MESS) TMS99xx users adapted to use devcb2. (nw) Michael Zapf2014-03-211-360/+101
|
* (MESS) devcb2 migration. (nw) Michael Zapf2014-03-191-71/+163
|
* (MESS) ti99/grom: devcb2. (nw) Curt Coder2014-03-191-3/+24
|
* (MESS) Some more devcb2 edits. (nw) Michael Zapf2014-03-151-73/+67
|
* (MESS) Going to devcb2. (nw) Michael Zapf2014-03-141-15/+28
|
* (MESS) ti99: Fix problems with BwG disk controller; will now correctly Michael Zapf2013-12-111-1/+1
| | | | write double density disks. [Michael Zapf]
* (MESS) ti99: Made READY handling safer; more cleanups. (nw) Michael Zapf2013-11-111-57/+87
|
* (MESS) ti99: Some cleanups. (nw) Michael Zapf2013-11-111-83/+65
|
* ti99: Some cleanups wrt. CPU configuration. Michael Zapf2013-10-191-4/+4
|
* ti99: Licensing Michael Zapf2013-10-161-5/+5
|
* (MESS) ti99: standardized access to I/O space (nw) Michael Zapf2013-10-141-4/+4
|
* (MESS) ti99: Fixed a regression with speech caused by improper READY Michael Zapf2013-10-011-0/+4
| | | | handling from sound chip.
* (MESS) Using the split addressing (setaddress ... read/write) Michael Zapf2013-09-301-1/+11
|
* (MESS) Application of the AM_DEVSETOFFSET feature. Michael Zapf2013-09-211-1/+1
|
* (MESS) ti99: Make mirror in address map explicit (nw) Michael Zapf2013-08-151-2/+2
|
* 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
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+2
|
* (MESS) ti99: Added driver ti99_4qi for the final 1983 edition of the Michael Zapf2013-07-121-2/+142
| | | | TI console (qe is the Euro version)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-23/+25
|
* V9938 to use devcb2 (nw) Miodrag Milanovic2013-04-021-3/+3
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
|
* srcclean (nw) Curt Coder2012-10-071-1/+1
|
* Rename driver state classes to have _state in their names (no whatsnew) Miodrag Milanovic2012-10-031-89/+89
|
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-4/+5
|
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-47/+46
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1178