| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all devices into separate part of src tree (nw) | 2015-09-13 | 4 | -2215/+0 | |
| | | |||||
| * | 2 more pedantic fixes (nw) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | renamed some cpu core inc files to c | 2015-07-03 | 4 | -16/+18 | |
| | | |||||
| * | added sm510 lfsr pc | 2015-07-01 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0163 | 2015-06-24 | 1 | -3/+3 | |
| | | |||||
| * | added note | 2015-06-07 | 1 | -1/+2 | |
| | | |||||
| * | added HLT line (it's used by alpha denshi protection mcu) | 2015-06-04 | 2 | -2/+36 | |
| | | |||||
| * | fix regression with interrupts | 2015-05-26 | 1 | -5/+5 | |
| | | |||||
| * | small change for readability | 2015-05-20 | 1 | -46/+48 | |
| | | |||||
| * | notes | 2015-05-13 | 1 | -0/+1 | |
| | | |||||
| * | Sorted out cpu cores (nw) | 2015-05-13 | 1 | -0/+2 | |
| | | |||||
| * | exit execute loop if it ran out of icount after an interrupt | 2015-05-11 | 1 | -2/+5 | |
| | | |||||
| * | added E0C6200 cpu skeleton. | 2015-05-05 | 1 | -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) | 2015-04-27 | 1 | -1/+1 | |
| | | |||||
| * | moved all to std::string (nw) | 2015-04-22 | 2 | -3/+3 | |
| | | |||||
| * | string -> str rename due to future conflicts (nw) | 2015-04-12 | 2 | -3/+3 | |
| | | |||||
| * | cdkong, cgalaxn, pbqbert WIP | 2015-03-30 | 1 | -6/+6 | |
| | | | | cgalaxn doesnt work at all, suspect mcu core bug? | ||||
| * | lpu without br/call works as expected | 2015-03-26 | 1 | -5/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0160 | 2015-03-25 | 4 | -88/+88 | |
| | | |||||
| * | nw | 2015-03-21 | 1 | -68/+70 | |
| | | |||||
| * | fix REDD/SEDD opcodes | 2015-03-21 | 3 | -5/+5 | |
| | | |||||
| * | verfied anem, bnem, ayy. | 2015-03-21 | 2 | -99/+69 | |
| | | | | entex pacman2 and galaxian2 are playable, coleco alien attack still seems glitchy | ||||
| * | note | 2015-03-19 | 1 | -12/+22 | |
| | | |||||
| * | certain: | 2015-03-18 | 2 | -57/+26 | |
| | | | | | | | | | | 0x045 = DAA 0x046 = DAS 0x04b = unused 0x04c = REC 0x264 = unused 0x267 = DB | ||||
| * | another small interrupt bugfix | 2015-03-18 | 1 | -5/+15 | |
| | | |||||
| * | messing around | 2015-03-17 | 2 | -25/+45 | |
| | | |||||
| * | fix hmcs40 interrupt bug | 2015-03-16 | 1 | -2/+2 | |
| | | |||||
| * | ah, i forgot to add the /4 divider | 2015-03-16 | 1 | -0/+2 | |
| | | |||||
| * | added egalaxn2 i/o | 2015-03-16 | 1 | -0/+68 | |
| | | |||||
| * | added interrupt/timer | 2015-03-14 | 4 | -77/+272 | |
| | | |||||
| * | better cmos i/o handling | 2015-03-08 | 2 | -68/+59 | |
| | | |||||
| * | fix P opcode madness | 2015-03-08 | 1 | -3/+6 | |
| | | |||||
| * | fix MR and pattern offsets | 2015-03-07 | 2 | -7/+15 | |
| | | |||||
| * | moved i/o handling to the c file | 2015-03-07 | 2 | -150/+151 | |
| | | |||||
| * | small cleanup | 2015-03-07 | 1 | -17/+30 | |
| | | |||||
| * | fix prev commit | 2015-03-07 | 1 | -2/+2 | |
| | | |||||
| * | correct program counter sequence in debug view | 2015-03-07 | 2 | -5/+13 | |
| | | |||||
| * | opcode table WIP | 2015-03-07 | 4 | -58/+433 | |
| | | |||||
| * | copypaste | 2015-03-06 | 2 | -9/+101 | |
| | | |||||
| * | fix hmcs40 10-bit-word handling | 2015-03-06 | 4 | -23/+23 | |
| | | |||||
| * | added i/o opcodes | 2015-03-06 | 3 | -49/+321 | |
| | | |||||
| * | added branch opcodes | 2015-03-06 | 3 | -6/+32 | |
| | | |||||
| * | added the rest of straightforward opcodes | 2015-03-05 | 2 | -26/+54 | |
| | | |||||
| * | hmcs40 WIP | 2015-03-05 | 3 | -35/+139 | |
| | | |||||
| * | widdle endian | 2015-03-05 | 2 | -3/+3 | |
| | | |||||
| * | added Hitachi HMCS40 series MCU core skeleton | 2015-03-04 | 4 | -0/+1008 | |
