summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ravens.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-388/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-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) Miodrag Milanovic2015-05-071-1/+1
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-2/+2
|
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-091-6/+2
| | | | converted to devcb2 (nw)
* converted some more global_alloc_array() usage to ↵ Oliver Stöneberg2014-03-291-36/+26
| | | | dynamic_array/dynamic_buffer (nw)
* replaced some more malloc/free usage with ↵ Oliver Stöneberg2014-03-281-2/+2
| | | | global_alloc_array/global_free_array (nw)
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-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] smf-2014-01-231-1/+1
|
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-5/+8
|
* commit old stuff that has been lying around for a while Robbbert2013-11-101-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 Robbbert2013-11-061-1/+9
|
* overlooked this one yesterday Robbbert2013-10-171-0/+2
|
* (MESS) ravens : fixed quickload Robbbert2013-10-161-3/+3
|
* (MESS) Ravens: add new bios; fix memory leak Robbbert2013-04-271-62/+55
|
* (MESS) Ravens: added cassette (not working) and quickload. Robbbert2013-04-261-12/+131
| | | | cd2650: added note instruct: added part of the interrupt block
* (MESS) Ravens WIP - mostly working Robbbert2013-04-251-55/+90
|
* (MESS) ravens WIP Robbbert2013-04-251-27/+109
|
* New skeleton driver Robbbert2013-04-231-0/+159
------------------- Ravensburger Selbstbaucomputer [Robbbert]