summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/amis2000
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-1225/+0
|
* renamed some cpu core inc files to c hap2015-07-032-2/+4
|
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-0/+2
|
* 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
|
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-254-15/+15
|
* added wildfire 7seg decoder hap2015-02-251-1/+1
|
* added support for defining a 7seg decoder table for AMI S2000 hap2015-02-252-1/+10
|
* added AMI_S2152 F_out pin hap2015-02-163-2/+71
|
* added S2152 hap2015-02-163-173/+188
|
* note hap2015-02-161-1/+0
|
* small update hap2015-02-152-5/+3
|
* fix k/i input handling hap2015-02-153-14/+11
|
* don't clear stack on pop hap2015-02-122-5/+2
|
* tmtennis inputs and notes hap2015-02-111-3/+4
|
* ucom4/amis2000 added clockdivider hap2015-02-101-0/+2
|
* different implementation of prev bugfix hap2015-02-101-5/+4
|
* bugfix hap2015-02-101-4/+5
|
* added tomy alienchase skeleton driver hap2015-02-081-1/+5
|
* added ucom4 straightforward opcodes hap2015-02-072-9/+7
|
* ucom4 skeleton opcode handlers hap2015-02-072-6/+7
|
* ucom4 disassembler hap2015-02-071-11/+10
|
* added NEC uCOM-4 MCU core skeleton hap2015-02-071-0/+1
|
* wildfire 7segleds and buttons work hap2015-02-011-5/+5
|
* nw hap2015-02-011-1/+1
|
* s2000 improved d-latch hap2015-02-014-34/+47
|
* bugfix hap2015-02-011-3/+3
|
* s2000 fix a couple of bugs hap2015-01-313-51/+61
|
* added some i/o opcodes hap2015-01-303-7/+73
|
* added jump opcodes hap2015-01-303-8/+74
|
* added most straightforward opcodes hap2015-01-303-39/+109
|
* s2000 skeleton opcode handlers hap2015-01-303-27/+485
|
* uploaded the romset hap2015-01-301-3/+3
|
* added parker bros Wildfire skeleton driver hap2015-01-301-1/+1
|
* added AMI S2000 cpu skeleton and disasm hap2015-01-294-0/+448