summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) c64: Moved expansion and user ports under emu/bus. (nw) Curt Coder2013-10-20144-16741/+0
|
* (MESS) ieee488: Moved under emu/bus. (nw) Curt Coder2013-10-201-3/+1
|
* (MESS) c64: Triton Quick Disk WIP. (nw) Curt Coder2013-10-181-21/+60
|
* License tags. (nw) Curt Coder2013-10-16144-0/+288
|
* (MESS) c64: Triton Quick Disk WIP. (nw) Curt Coder2013-10-141-56/+81
|
* (MESS) c64: Triton Quick Disk WIP. (nw) Curt Coder2013-10-142-8/+116
|
* Modernized 6525tpi device. (nw) Ivan Vangelista2013-10-071-2/+2
|
* (MESS) c64: Cleanup. (nw) Curt Coder2013-09-221-1/+1
|
* (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] Curt Coder2013-09-221-1/+1
|
* (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) Curt Coder2013-09-212-14/+94
|
* (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) Curt Coder2013-09-204-0/+189
|
* (MESS) c64: Cleanup. (nw) Curt Coder2013-09-2030-58/+65
|
* (MESS) Legacy removal. (nw) Curt Coder2013-09-1910-6/+170
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-173-54/+54
|
* (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech ↵ Curt Coder2013-09-042-35/+40
| | | | synthesis is not supported yet. [Curt Coder, Stefan Uhlmann]
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-09-011-3/+12
|
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-312-19/+34
|
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-312-46/+18
|
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-302-7/+31
|
* (MESS) c64: Fixed SFX Sound Expander audio output. (nw) Curt Coder2013-08-291-3/+4
|
* (MESS) c64: Magic Voice WIP. (nw) Curt Coder2013-08-292-27/+242
|
* (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. ↵ Curt Coder2013-08-282-0/+304
| | | | [Curt Coder]
* (MESS) c64: Emulated the SFX Sound Expander External Keyboard. [Curt Coder] Curt Coder2013-08-281-64/+62
|
* Fixed missing devices from XML (excluding legacy cpu) (nw) Miodrag Milanovic2013-08-232-6/+6
|
* (MESS) c64: Fix company name for XL-80 cartridge (nw) Mike Naberezny2013-08-201-1/+1
|
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-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) Curt Coder2013-07-09140-0/+15301