Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -1179/+0 | |
| | |||||
* | v9938.c: Fix MT#05622 and MT#05623 | 2015-09-21 | 1 | -7/+0 | |
| | |||||
* | ti99: That's one small move for a man | 2015-08-11 | 1 | -5/+6 | |
| | |||||
* | Added owners and licenses for those who can be tracked (nw) | 2015-05-08 | 1 | -1/+1 | |
| | |||||
* | Fix various typos and spelling mistakes | 2015-04-11 | 1 | -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 ↵ | 2015-03-17 | 1 | -2/+8 | |
| | | | | non-locking Alphalock | ||||
* | cassette config moved inline (nw) | 2014-05-02 | 1 | -6/+6 | |
| | |||||
* | tms9928a_device: converted to devcb2 (nw) | 2014-04-17 | 1 | -12/+6 | |
| | |||||
* | (MESS) Simpler config by joyport mods. (nw) | 2014-03-21 | 1 | -52/+31 | |
| | |||||
* | Moved TI-99/4A expansion cards to emu/bus/ti99_peb. | 2014-03-21 | 1 | -1/+1 | |
| | |||||
* | (MESS) TMS99xx users adapted to use devcb2. (nw) | 2014-03-21 | 1 | -360/+101 | |
| | |||||
* | (MESS) devcb2 migration. (nw) | 2014-03-19 | 1 | -71/+163 | |
| | |||||
* | (MESS) ti99/grom: devcb2. (nw) | 2014-03-19 | 1 | -3/+24 | |
| | |||||
* | (MESS) Some more devcb2 edits. (nw) | 2014-03-15 | 1 | -73/+67 | |
| | |||||
* | (MESS) Going to devcb2. (nw) | 2014-03-14 | 1 | -15/+28 | |
| | |||||
* | (MESS) ti99: Fix problems with BwG disk controller; will now correctly | 2013-12-11 | 1 | -1/+1 | |
| | | | | write double density disks. [Michael Zapf] | ||||
* | (MESS) ti99: Made READY handling safer; more cleanups. (nw) | 2013-11-11 | 1 | -57/+87 | |
| | |||||
* | (MESS) ti99: Some cleanups. (nw) | 2013-11-11 | 1 | -83/+65 | |
| | |||||
* | ti99: Some cleanups wrt. CPU configuration. | 2013-10-19 | 1 | -4/+4 | |
| | |||||
* | ti99: Licensing | 2013-10-16 | 1 | -5/+5 | |
| | |||||
* | (MESS) ti99: standardized access to I/O space (nw) | 2013-10-14 | 1 | -4/+4 | |
| | |||||
* | (MESS) ti99: Fixed a regression with speech caused by improper READY | 2013-10-01 | 1 | -0/+4 | |
| | | | | handling from sound chip. | ||||
* | (MESS) Using the split addressing (setaddress ... read/write) | 2013-09-30 | 1 | -1/+11 | |
| | |||||
* | (MESS) Application of the AM_DEVSETOFFSET feature. | 2013-09-21 | 1 | -1/+1 | |
| | |||||
* | (MESS) ti99: Make mirror in address map explicit (nw) | 2013-08-15 | 1 | -2/+2 | |
| | |||||
* | Created new device_video_interface. Right now its sole purpose is to | 2013-07-24 | 1 | -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) | 2013-07-15 | 1 | -0/+2 | |
| | |||||
* | (MESS) ti99: Added driver ti99_4qi for the final 1983 edition of the | 2013-07-12 | 1 | -2/+142 | |
| | | | | TI console (qe is the Euro version) | ||||
* | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -23/+25 | |
| | |||||
* | V9938 to use devcb2 (nw) | 2013-04-02 | 1 | -3/+3 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -40/+40 | |
| | |||||
* | srcclean (nw) | 2012-10-07 | 1 | -1/+1 | |
| | |||||
* | Rename driver state classes to have _state in their names (no whatsnew) | 2012-10-03 | 1 | -89/+89 | |
| | |||||
* | Some manual cleanup (no whatsnew) | 2012-09-25 | 1 | -4/+5 | |
| | |||||
* | Clean-ups and version bumpmame0147 | 2012-09-17 | 1 | -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 ↵ | 2012-09-13 | 1 | -47/+46 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+1178 | |