Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -388/+0 | |
| | |||||
* | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -2/+2 | |
| | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
* | did change on Robbberts behalf (nw) | 2015-05-07 | 1 | -1/+1 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -1/+1 | |
| | |||||
* | cassette config moved inline (nw) | 2014-05-02 | 1 | -2/+2 | |
| | |||||
* | generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ | 2014-04-09 | 1 | -6/+2 | |
| | | | | converted to devcb2 (nw) | ||||
* | converted some more global_alloc_array() usage to ↵ | 2014-03-29 | 1 | -36/+26 | |
| | | | | dynamic_array/dynamic_buffer (nw) | ||||
* | replaced some more malloc/free usage with ↵ | 2014-03-28 | 1 | -2/+2 | |
| | | | | global_alloc_array/global_free_array (nw) | ||||
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -1/+4 | |
| | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
* | replaced more machine().firstcpu with m_maincpu [smf] | 2014-01-23 | 1 | -1/+1 | |
| | |||||
* | Replaced FLAG fake IO port with a DEVCB2 callback [smf] | 2014-01-11 | 1 | -5/+8 | |
| | |||||
* | commit old stuff that has been lying around for a while | 2013-11-10 | 1 | -5/+3 | |
| | | | | | 1. romcmp - increase max number of files 2. romcmp - allow compare of any size file (not all roms are power-of-2) 3. ravens - mark as working | ||||
* | (MESS) ravens : added round leds | 2013-11-06 | 1 | -1/+9 | |
| | |||||
* | overlooked this one yesterday | 2013-10-17 | 1 | -0/+2 | |
| | |||||
* | (MESS) ravens : fixed quickload | 2013-10-16 | 1 | -3/+3 | |
| | |||||
* | (MESS) Ravens: add new bios; fix memory leak | 2013-04-27 | 1 | -62/+55 | |
| | |||||
* | (MESS) Ravens: added cassette (not working) and quickload. | 2013-04-26 | 1 | -12/+131 | |
| | | | | cd2650: added note instruct: added part of the interrupt block | ||||
* | (MESS) Ravens WIP - mostly working | 2013-04-25 | 1 | -55/+90 | |
| | |||||
* | (MESS) ravens WIP | 2013-04-25 | 1 | -27/+109 | |
| | |||||
* | New skeleton driver | 2013-04-23 | 1 | -0/+159 | |
------------------- Ravensburger Selbstbaucomputer [Robbbert] |