summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hmcs40
Commit message (Expand)AuthorAgeFilesLines
* cdkong, cgalaxn, pbqbert WIP hap2015-03-301-6/+6
* lpu without br/call works as expected hap2015-03-261-5/+0
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-254-88/+88
* nw hap2015-03-211-68/+70
* fix REDD/SEDD opcodes hap2015-03-213-5/+5
* verfied anem, bnem, ayy. hap2015-03-212-99/+69
* note hap2015-03-191-12/+22
* certain: hap2015-03-182-57/+26
* another small interrupt bugfix hap2015-03-181-5/+15
* messing around hap2015-03-172-25/+45
* fix hmcs40 interrupt bug hap2015-03-161-2/+2
* ah, i forgot to add the /4 divider hap2015-03-161-0/+2
* added egalaxn2 i/o hap2015-03-161-0/+68
* added interrupt/timer hap2015-03-144-77/+272
* better cmos i/o handling hap2015-03-082-68/+59
* fix P opcode madness hap2015-03-081-3/+6
* fix MR and pattern offsets hap2015-03-072-7/+15
* moved i/o handling to the c file hap2015-03-072-150/+151
* small cleanup hap2015-03-071-17/+30
* fix prev commit hap2015-03-071-2/+2
* correct program counter sequence in debug view hap2015-03-072-5/+13
* opcode table WIP hap2015-03-074-58/+433
* copypaste hap2015-03-062-9/+101
* fix hmcs40 10-bit-word handling hap2015-03-064-23/+23
* added i/o opcodes hap2015-03-063-49/+321
* added branch opcodes hap2015-03-063-6/+32
* added the rest of straightforward opcodes hap2015-03-052-26/+54
* hmcs40 WIP hap2015-03-053-35/+139
* widdle endian hap2015-03-052-3/+3
* added Hitachi HMCS40 series MCU core skeleton hap2015-03-044-0/+1008