summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hmcs40
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2215/+0
|
* 2 more pedantic fixes (nw) Cowering2015-07-081-1/+1
|
* renamed some cpu core inc files to c hap2015-07-034-16/+18
|
* added sm510 lfsr pc hap2015-07-011-1/+1
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-3/+3
|
* added note hap2015-06-071-1/+2
|
* added HLT line (it's used by alpha denshi protection mcu) hap2015-06-042-2/+36
|
* fix regression with interrupts hap2015-05-261-5/+5
|
* small change for readability hap2015-05-201-46/+48
|
* 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-111-2/+5
|
* 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
|
* cdkong, cgalaxn, pbqbert WIP hap2015-03-301-6/+6
| | | cgalaxn doesnt work at all, suspect mcu core bug?
* 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
| | | entex pacman2 and galaxian2 are playable, coleco alien attack still seems glitchy
* note hap2015-03-191-12/+22
|
* certain: hap2015-03-182-57/+26
| | | | | | | | | 0x045 = DAA 0x046 = DAS 0x04b = unused 0x04c = REC 0x264 = unused 0x267 = DB
* 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