| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (MESS) c64: Moved expansion and user ports under emu/bus. (nw) | 2013-10-20 | 144 | -16741/+0 | |
| | | |||||
| * | (MESS) ieee488: Moved under emu/bus. (nw) | 2013-10-20 | 1 | -3/+1 | |
| | | |||||
| * | (MESS) c64: Triton Quick Disk WIP. (nw) | 2013-10-18 | 1 | -21/+60 | |
| | | |||||
| * | License tags. (nw) | 2013-10-16 | 144 | -0/+288 | |
| | | |||||
| * | (MESS) c64: Triton Quick Disk WIP. (nw) | 2013-10-14 | 1 | -56/+81 | |
| | | |||||
| * | (MESS) c64: Triton Quick Disk WIP. (nw) | 2013-10-14 | 2 | -8/+116 | |
| | | |||||
| * | Modernized 6525tpi device. (nw) | 2013-10-07 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) c64: Cleanup. (nw) | 2013-09-22 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] | 2013-09-22 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) | 2013-09-21 | 2 | -14/+94 | |
| | | |||||
| * | (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) | 2013-09-20 | 4 | -0/+189 | |
| | | |||||
| * | (MESS) c64: Cleanup. (nw) | 2013-09-20 | 30 | -58/+65 | |
| | | |||||
| * | (MESS) Legacy removal. (nw) | 2013-09-19 | 10 | -6/+170 | |
| | | |||||
| * | Cleanups and version bumpmame0150 | 2013-09-17 | 3 | -54/+54 | |
| | | |||||
| * | (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech ↵ | 2013-09-04 | 2 | -35/+40 | |
| | | | | | synthesis is not supported yet. [Curt Coder, Stefan Uhlmann] | ||||
| * | (MESS) c64: Magic Voice WIP. (nw) | 2013-09-01 | 1 | -3/+12 | |
| | | |||||
| * | (MESS) c64: Magic Voice WIP. (nw) | 2013-08-31 | 2 | -19/+34 | |
| | | |||||
| * | (MESS) c64: Magic Voice WIP. (nw) | 2013-08-31 | 2 | -46/+18 | |
| | | |||||
| * | (MESS) c64: Magic Voice WIP. (nw) | 2013-08-30 | 2 | -7/+31 | |
| | | |||||
| * | (MESS) c64: Fixed SFX Sound Expander audio output. (nw) | 2013-08-29 | 1 | -3/+4 | |
| | | |||||
| * | (MESS) c64: Magic Voice WIP. (nw) | 2013-08-29 | 2 | -27/+242 | |
| | | |||||
| * | (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. ↵ | 2013-08-28 | 2 | -0/+304 | |
| | | | | | [Curt Coder] | ||||
| * | (MESS) c64: Emulated the SFX Sound Expander External Keyboard. [Curt Coder] | 2013-08-28 | 1 | -64/+62 | |
| | | |||||
| * | Fixed missing devices from XML (excluding legacy cpu) (nw) | 2013-08-23 | 2 | -6/+6 | |
| | | |||||
| * | (MESS) c64: Fix company name for XL-80 cartridge (nw) | 2013-08-20 | 1 | -1/+1 | |
| | | |||||
| * | Created new device_video_interface. Right now its sole purpose is to | 2013-07-24 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | (MESS) c64: Moved cartridges to their own subdirectory. (nw) | 2013-07-09 | 140 | -0/+15301 | |
