| Commit message (Expand) | Author | Age | Files | Lines |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 2 | -9/+9 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -5/+5 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -9/+9 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 3 | -7/+8 |
* | m6800, m6801: Error logging fixups (nw) |  AJR | 2018-01-04 | 2 | -27/+27 |
* | Ch-ch-ch-ch-ch-checkpoint... (nw) |  Olivier Galibert | 2018-01-04 | 2 | -46/+46 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -26/+26 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -3/+3 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 6 | -152/+140 |
* | More bizarre and inexplicable typos (nw) |  AJR | 2017-09-28 | 1 | -1/+1 |
* | CPU M6800: CPX (compare X) instruction, fix behaviour of V flag #2. (nw) |  Quench0 | 2017-09-24 | 1 | -12/+16 |
* | MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624) |  AJR | 2017-07-14 | 2 | -15/+29 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 4 | -6/+6 |
* | m6800: Document more types (nw) |  AJR | 2017-07-06 | 1 | -5/+9 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 4 | -17/+16 |
* | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+2 |
* | Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... |  AJR | 2017-05-26 | 6 | -1454/+1538 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -55/+50 |
* | Fix 6800 invalid instructions length / Program counter behavior. (#2274) |  Jean-François DEL NERO | 2017-05-05 | 3 | -62/+78 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -9/+9 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -10/+10 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -2/+2 |
* | Merge pull request #1317 from npwoods/disasm_stdstring |  Vas Crabb | 2016-11-21 | 3 | -41/+32 |
|\ |
|
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -41/+32 |
* | | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -9/+9 |
|/ |
|
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -9/+9 |
* | Changed the M6800 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-27 | 1 | -12/+21 |
* | add virtual for consistency (nw) |  smf- | 2016-10-24 | 1 | -1/+1 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -268/+268 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
* | Further IRQ passthrough cleanup |  AJR | 2016-07-08 | 2 | -13/+20 |
* | CPU M6800: CPX (compare X) instruction, fix behaviour of N and V flags. |  Quench0 | 2016-06-02 | 1 | -23/+24 |
* | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 3 | -2/+2 |
* | consistency fixes and add missed files (nw) |  Miodrag Milanovic | 2016-03-04 | 2 | -2/+4 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
* | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 1 | -1/+1 |
* | Fixed DASM for the new opcodes, nw |  angelosa | 2016-02-09 | 4 | -24/+23 |
* | Improved opcode $bb, added extra protection ports |  angelosa | 2016-02-09 | 1 | -5/+6 |
* | Added opcode $b2, Night Gal Summer shows some garbage now |  angelosa | 2016-02-08 | 3 | -2/+14 |
* | NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... |  angelosa | 2016-02-08 | 1 | -1/+2 |
* | Added ldax_imm and stax_imm for NCS CPU core, used by Night Gal Summer, nw |  angelosa | 2016-02-04 | 4 | -4/+49 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -50/+50 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 2 | -8/+8 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -8/+8 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -50/+50 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 2 | -2/+2 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 2 | -2/+2 |