summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ucom4
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-1710/+0
|
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-2/+2
|
* New game added hap2015-08-053-45/+105
| | | | ----------------- Castle Toy Tactix [hap, Sean Riddle, Kevin Horton]
* revert my commit "small fix for ucom4 port c/d": it's actually the other way ↵ hap2015-08-032-12/+0
| | | | around, bidirectional ports are still open drain
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-292-2/+2
|
* small fix for ucom4 port c/d hap2015-07-213-8/+25
|
* renamed some cpu core inc files to c hap2015-07-033-10/+10
|
* added note hap2015-06-071-1/+2
|
* notes hap2015-05-131-0/+1
|
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-0/+2
|
* exit execute loop if it ran out of icount after an interrupt hap2015-05-113-22/+39
|
* added E0C6200 cpu skeleton. hap2015-05-051-1/+1
| | | | also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check: if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then
* accuracy fix (integer division loses fraction) hap2015-04-271-1/+1
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
|
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
|
* added egalaxn2 i/o hap2015-03-161-0/+30
|
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-254-41/+41
|
* added interrupt handling hap2015-02-162-4/+42
|
* don't clear stack on pop hap2015-02-122-5/+2
|
* added timer hap2015-02-123-6/+24
|
* tmtennis inputs and notes hap2015-02-111-0/+3
|
* added ADC, ADS, RAR hap2015-02-101-3/+8
|
* added straightforward ucom43 opcodes hap2015-02-101-17/+49
|
* ucom4/amis2000 added clockdivider hap2015-02-101-0/+2
|
* different implementation of prev bugfix hap2015-02-101-7/+6
|
* bugfix hap2015-02-101-3/+4
|
* added tomy alienchase skeleton driver hap2015-02-081-0/+1
|
* small update, thanks plgDavid for sending me that doc hap2015-02-083-11/+52
|
* tmtennis hooked up ports hap2015-02-082-5/+7
|
* added ucom4 i/o opcodes hap2015-02-083-38/+104
|
* added ucom4 straightforward opcodes hap2015-02-073-51/+115
|
* ucom4 skeleton opcode handlers hap2015-02-073-21/+827
|
* ucom4 disassembler hap2015-02-073-7/+145
|
* added tomy tennis skeleton driver hap2015-02-072-2/+2
|
* added NEC uCOM-4 MCU core skeleton hap2015-02-074-0/+381