| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix voodoo and sharc saving to abide by new rules. | 2021-04-19 | 1 | -1/+2 | |
| | | |||||
| * | Detect array members that can't be replicated and manually register each ↵ | 2021-04-19 | 11 | -31/+0 | |
| | | | | | item instead. Remove old ALLOW_SAVE_TYPE now that enums are implicitly supported. Add stricter checking of endpoint offsets. Some other cleanups. | ||||
| * | Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow ↵ | 2021-04-13 | 20 | -408/+497 | |
| | | | | | unions to be saved in the same manner as structs. Fix pointer saves. | ||||
| * | mn1880d.h: Fix comment | 2021-04-08 | 1 | -1/+1 | |
| | | |||||
| * | unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes ↵ | 2021-04-08 | 2 | -8/+74 | |
| | | | | | due to lack of documentation) | ||||
| * | h8: Add the h8/3032 | 2021-04-07 | 2 | -0/+345 | |
| | | |||||
| * | r4000: simplify branch state | 2021-04-02 | 2 | -124/+69 | |
| | | |||||
| * | r4000: physical address space is 36 bits | 2021-04-01 | 1 | -3/+3 | |
| | | |||||
| * | r4000: timing improvements | 2021-04-01 | 2 | -20/+80 | |
| | | | | | | | * external clock is doubled internally * consume additional cycles for integer multiply/divide * streamline memory access | ||||
| * | srcclean in preparation for release | 2021-03-28 | 2 | -2/+2 | |
| | | |||||
| * | 68hc11: amount of work not worthy of me being copyright holder | 2021-03-27 | 4 | -4/+4 | |
| | | |||||
| * | mc68hc11: Memory modernization and updates | 2021-03-26 | 2 | -306/+491 | |
| | | | | | | | | | - Eliminate data and I/O spaces, using memory views to remap internal RAM and I/O registers within the program space - Add MC68HC811E2 type - Lay some groundwork for future internal EEPROM support - Add RTI and counter overflow flag - Register debugger state for a few more internal registers | ||||
| * | ppc: better lswx/stsxw fix | 2021-03-26 | 1 | -6/+10 | |
| | | |||||
| * | ppc: Fix uml for stswx, lswx | 2021-03-26 | 1 | -2/+2 | |
| | | |||||
| * | ppc: fix mmu/exceptions debug messages | 2021-03-26 | 1 | -3/+12 | |
| | | |||||
| * | ppc: Fix mcrxr uml | 2021-03-26 | 1 | -1/+1 | |
| | | |||||
| * | mm78la: small fix with carry flag | 2021-03-24 | 1 | -3/+3 | |
| | | |||||
| * | hh_pps41: mwcfootb is mm78 | 2021-03-23 | 3 | -2/+4 | |
| | | |||||
| * | New working machines | 2021-03-22 | 7 | -43/+135 | |
| | | | | | | | -------------------- Brain Baffler [hap, Sean Riddle] Horoscope Computer [hap, Sean Riddle] | ||||
| * | pps41: add preliminary mm78la/mm77la | 2021-03-19 | 12 | -35/+239 | |
| | | |||||
| * | hd647180x: Eliminate data space and instead map internal RAM into program ↵ | 2021-03-17 | 4 | -58/+16 | |
| | | | | | space using memory view | ||||
| * | New working clones | 2021-03-15 | 2 | -0/+4 | |
| | | | | | | ------------------ Chess Champion 2150 [hap, Berger] | ||||
| * | i186: Timer updates | 2021-03-15 | 2 | -60/+53 | |
| | | | | | | | - Implement retrigger mode - Clean up code a little, removing redundant "active_count" flag - Modernize save state registration | ||||
| * | pps41: remove obsolete function | 2021-03-14 | 3 | -8/+2 | |
| | | |||||
| * | New working machines | 2021-03-13 | 4 | -47/+56 | |
| | | | | | | | | -------------------- Super-Sonic Electronic Master Mind [hap, Sean Riddle] Reader's Digest Q&A - Computer Question & Answer Game [hap, Sean Riddle] World Championship Football [hap, Sean Riddle, Kevin Horton, Olivier Galibert] | ||||
| * | New machines marked as NOT_WORKING | 2021-03-11 | 2 | -3/+9 | |
| | | | | | | ---------------------------------- Tri-1 (Fonas) [hap, Sean Riddle] | ||||
| * | pps41: add serial i/o | 2021-03-09 | 4 | -9/+71 | |
| | | |||||
| * | pps41: add remaining mm78 opcodes | 2021-03-09 | 3 | -13/+63 | |
| | | |||||
| * | New working machines | 2021-03-09 | 5 | -9/+13 | |
| | | | | | | -------------------- Scrabble Sensor - Electronic Word Game [hap, Sean Riddle] | ||||
| * | pps41: added some mm78 opcodes (untested) | 2021-03-08 | 6 | -9/+278 | |
| | | |||||
| * | pps41: added mm78 disasm and mm77/mm78 skeleton device | 2021-03-08 | 9 | -20/+319 | |
| | | |||||
| * | devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ↵ | 2021-03-08 | 2 | -12/+0 | |
| | | | | | ssp1601 CPU core | ||||
| * | New working machines | 2021-03-07 | 6 | -16/+87 | |
| | | | | | | -------------------- Memoquiz [hap, Sean Riddle] | ||||
| * | ssp1601.cpp: dumped internal ROM [Javier de Silóniz Sandino, krom / Peter ↵ | 2021-03-07 | 2 | -0/+12 | |
| | | | | | Lemon] | ||||
| * | pps41: add some i/o opcodes | 2021-03-06 | 7 | -37/+138 | |
| | | |||||
| * | fidel_cc7: bcc rom is older | 2021-03-05 | 1 | -1/+3 | |
| | | |||||
| * | pps41: added most of the mm76 opcodes except for i/o | 2021-03-05 | 5 | -14/+523 | |
| | | |||||
| * | pps41: add skeleton MM76-derived devices | 2021-03-04 | 9 | -20/+199 | |
| | | |||||
| * | mastmind: reordered rom pages | 2021-03-03 | 1 | -3/+4 | |
| | | |||||
| * | New working machines | 2021-02-27 | 4 | -0/+771 | |
| | | | | | | -------------------- Mark 1 FORTH Computer [AJR] | ||||
| * | added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] | 2021-02-26 | 27 | -148/+864 | |
| | | | | | | | New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle] | ||||
| * | 68hc05EG: use proper HC05 base cycle timings and disassembler [R. Belmont, ↵ | 2021-02-24 | 2 | -0/+18 | |
| | | | | | Vas Crabb] | ||||
| * | 68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb] | 2021-02-23 | 1 | -1/+1 | |
| | | |||||
| * | hh_cops1: qkracerm ram is 8x12 | 2021-02-23 | 2 | -1/+6 | |
| | | |||||
| * | srcclean in preparation for branching release | 2021-02-21 | 1 | -1/+1 | |
| | | |||||
| * | kl5c80a12, kl5c80a16: Emulate on-chip parallel ports | 2021-02-18 | 4 | -2/+382 | |
| | | | | | * getbass: Add EEPROM for I/O CPU | ||||
| * | deco_mlc: added sprite autoflicker flag, fixed small problem with ↵ | 2021-02-17 | 2 | -4/+4 | |
| | | | | | use8bppMode [Daniel Filner] | ||||
| * | m740: Fix calculation of destination address for disassembly of BBC/BBS n, ↵ | 2021-02-16 | 1 | -1/+1 | |
| | | | | | A, rel | ||||
| * | New working machines | 2021-02-15 | 2 | -3/+3 | |
| | | | | | | -------------------- Black Knight Pinball (Entex) [hap, Sean Riddle, Rik] | ||||
| * | added MM5799 MCU emulation [hap] | 2021-02-14 | 15 | -9/+1285 | |
| | | | | | | | | | | | | New working machines -------------------- Basketball (Mattel) [hap, Sean Riddle] QuizKid Speller [hap, Sean Riddle] New working clones ------------------ QuizKid Racer (MM5799 version) [hap, Sean Riddle] | ||||
