summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/i7000.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-401/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-119/+119
* tweaking video params (screen area and palette) Felipe Corrêa da Silva Sanches2015-06-191-6/+3
* use color index zero in the Rockwell CRTC for I7000 Felipe Corrêa da Silva Sanches2015-06-191-1/+1
* I7000: wip: Adding R6545 CRTC emulation (video output) Felipe Corrêa da Silva Sanches2015-06-191-38/+50
* a better PORT_NAME for the space bar key Felipe Corrêa da Silva Sanches2015-06-191-1/+1
* only comments Felipe Corrêa da Silva Sanches2015-06-191-11/+9
* I-7000: Declaring a dip-switch. The actual meaning of the bits is still unkno... Felipe Corrêa da Silva Sanches2015-06-191-1/+26
* I-7000: Proper emulation of the keyboard interface, by instantiating the 8279... Felipe Corrêa da Silva Sanches2015-06-191-49/+109
* A few more comments with insights on what device may be mapped to each i/o ad... Felipe Corrêa da Silva Sanches2015-06-191-1/+7
* Adding a speaker controlled by the 8253 programmable interval timer. Felipe Corrêa da Silva Sanches2015-06-191-2/+22
* I-7000: Tweaking the ranges of the program space mem-map based on some new as... Felipe Corrêa da Silva Sanches2015-06-191-5/+5
* Experimental (and surely wrong) implementation for keyboard inputs. Felipe Corrêa da Silva Sanches2015-06-191-7/+59
* document potential device addresses to be further investigated later Felipe Corrêa da Silva Sanches2015-06-191-1/+14
* Itautec I-7000: map loaded cartridge to program space at range 0x4000-0xbfff Felipe Corrêa da Silva Sanches2015-06-191-3/+17
* Initial 40x25 monochrom text-mode video emulation for the Itautec I-7000 comp... Felipe Corrêa da Silva Sanches2015-06-101-4/+82
* Adding all of the Itautec I-7000 technical specs that are available up-to-now. Felipe Corrêa da Silva Sanches2015-06-091-2/+37
* Adding a cartridge interface and a cartridges softlist for the Itautec I7000 ... Felipe Corrêa da Silva Sanches2015-06-091-2/+24
* Initial minimal skeleton driver for Itautec I7000 computer. Thanks to Alexand... Felipe Corrêa da Silva Sanches2015-06-091-0/+69