summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hunter2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hunter2: cleanup, renamed some functions. (no whatsnew) mahlemiut2014-05-041-44/+37
* hunter2: removed some outdated notes, and fix RAM size detection. It now giv... mahlemiut2014-05-031-8/+3
* MESS: avigo.c & hunter2.c Allow all rs232 devices [smf] smf-2014-04-141-6/+1
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-141-13/+6
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-9/+9
* hunter2: converted to use bankdev mahlemiut2014-03-261-35/+45
* hunter2: save RAM contents as NVRAM (no whatsnew) mahlemiut2014-03-151-7/+16
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* hunter2: Helps to actually map the serial output lines... (no whatsnew) mahlemiut2014-03-141-0/+4
* hunter2: added serial interrupt handling (not working all that well yet) mahlemiut2014-03-131-9/+37
* hunter2: added RS232 port. mahlemiut2014-03-121-4/+43
* hunter2: fixed Shift-6/7 correctly this time. (no whatsnew) mahlemiut2014-03-111-2/+2
* hunter2: missed one. (no whatsnew) mahlemiut2014-03-111-1/+1
* hunter2: fixed a few more key definitions. (no whatsnew) mahlemiut2014-03-111-4/+4
* nsc810: fixed I/O port writing, fixing the keyboard on the Hunter 2 mahlemiut2014-03-111-2/+2
* Added basic implementation of the NSC810 RAM-I/O-Timer device, and plugged it... mahlemiut2014-03-111-6/+30
* (MESS) hunter2 : added more ports Robbbert2014-03-091-1/+43
* (MESS) hunter2 : added keys, but they have no effect. Robbbert2014-03-071-5/+121
* (MESS) hunter2 : added rtc and speaker Robbbert2014-03-071-1/+35
* hunter2: correct location of LCD controller data read port. Fixes text at bo... mahlemiut2014-03-071-1/+2
* hunter2: set video dimensions to something somewhat sane mahlemiut2014-03-071-2/+2
* (MESS) hunter2 : added lcd controller Robbbert2014-03-061-1/+22
* (MESS) hunter2 : added banking Robbbert2014-03-061-5/+74
* (MESS) New Skeleton [Robbbert, John Elliot] Robbbert2014-03-061-0/+65