summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/e0c6200
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-2974/+0
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-276-79/+75
* (handle clock_clktimer last in case of watchdog reset) hap2015-05-171-4/+8
* nw hap2015-05-151-1/+0
* clang build fix. (nw) Curt Coder2015-05-151-1/+1
* forgot an else hap2015-05-151-3/+3
* added 1-shot buzzer hap2015-05-152-9/+47
* forgot a shift hap2015-05-151-1/+1
* added e0c6s46 buzzer hap2015-05-152-43/+118
* more i/o port stuff hap2015-05-142-6/+119
* added i/o port macros hap2015-05-142-9/+147
* shift bugfix hap2015-05-141-3/+1
* notes hap2015-05-131-2/+35
* Shit ball in da house hap2015-05-134-17/+52
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-0/+2
* E0C6S46 checkpoint: added lcd driver, timers, interrupts hap2015-05-125-44/+691
* added Tamagotchi generation 1 driver hap2015-05-094-8/+10
* moved E0C6S46 to its own file hap2015-05-094-34/+82
* added e0c6200 add,sub,rotate opcodes hap2015-05-083-221/+272
* moved inline functions and opcode handlers to separate file hap2015-05-073-119/+280
* added e0c6200 and,or,xor,fan instructions (will clean this up with next commi... hap2015-05-073-173/+171
* added e0c6200 load/store and jump opcodes hap2015-05-073-2/+752
* added e0c6200 disassembler hap2015-05-064-6/+696
* added E0C6200 cpu skeleton. hap2015-05-054-0/+196