| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2002 from wilbertpol/hcd62121 | 2017-01-20 | 1 | -1/+0 | |
| |\ | | | | | hcd62121/cfx9850: several small cleanups (nw) | ||||
| | * | hcd62121: several small cleanups (nw) | 2017-01-19 | 1 | -1/+0 | |
| | | | |||||
| * | | cop400: Properly separated COP444L from COP444C. [Curt Coder] | 2017-01-16 | 1 | -0/+1 | |
| |/ | |||||
| * | cop400: Removed non-working, incomplete COP440 code. (nw) | 2017-01-16 | 1 | -1/+1 | |
| | | |||||
| * | m6805: refactoring and improvements | 2017-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | * Moved 68705 devices into their own file. * Made P3, P5 and U3 variants and made them load bootstrap ROMs. * Implemented EPROM control (write is stubbed out with a logerror). * Implemented differences for open drain I/O ports. (nw) Base device with peripherals should really derive from the 6805 device directly, not the 68705 devices, as I/O ports are present on mask devices (e.g. 6805P2). All drivers and devices that were using M68705_NEW have been changed to M68705P5 - someone who knows the drivers better should fix them up. | ||||
| * | Added preliminary MB86235 recompiler [Ville Linde] | 2016-12-17 | 1 | -1/+4 | |
| | | |||||
| * | Put necv_dasm_one() into a header file | 2016-11-16 | 1 | -0/+1 | |
| | | |||||
| * | nanoprocessor: initial support. Disassembler only is known to work at this ↵ | 2016-11-03 | 1 | -0/+16 | |
| | | | | | point. | ||||
| * | Merging Konami disassembler with M6809/HD6309 disassemblers | 2016-10-23 | 1 | -1/+0 | |
| | | |||||
| * | Merged the M6809 and HD6309 disassemblers, and changed to properly use streams | 2016-10-23 | 1 | -2/+1 | |
| | | |||||
| * | Base WatchDog Timer device | 2016-09-27 | 1 | -0/+4 | |
| | | |||||
| * | Written stub SH7604 BUS device (not hooked up to SH2 yet). | 2016-09-27 | 1 | -0/+2 | |
| | | |||||
| * | Fixed separate compile of drivers using sharc/ADSP21062 cpu (nw) | 2016-07-23 | 1 | -1/+1 | |
| | | |||||
| * | Convert SPARCv8 ops to document-described functionality | 2016-06-23 | 1 | -0/+1 | |
| | | |||||
| * | improve SPARC disassembler: [Vas Crabb] | 2016-06-22 | 1 | -0/+1 | |
| | | | | | | | | | * Support SPARCv9 * Allow plug-in ASI comments * Fix format of some opcodes * Produce clr synthetic * Allow running in v7, v8 and v9 modes | ||||
| * | Add majority of SPARC integer ops | 2016-06-18 | 1 | -1/+1 | |
| | | |||||
| * | Initial MB86901 diassembler | 2016-06-17 | 1 | -0/+16 | |
| | | |||||
| * | fix compile problem | 2016-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Added highly experimental SHARC recompiler (disabled by default) [Ville Linde] | 2016-05-28 | 1 | -0/+3 | |
| | | |||||
| * | Further improvements to the Patinho Feio driver & CPU | 2016-05-25 | 1 | -1/+1 | |
| | | |||||
| * | tms7000/e0c6200: renamed hxx(inc) to cpp | 2016-05-01 | 1 | -2/+2 | |
| | | |||||
| * | INC -> HXX makes editors and code analyzers see it as C++ (nw) | 2016-05-01 | 1 | -115/+115 | |
| | | |||||
| * | Fixed ti drivers (nw) | 2016-05-01 | 1 | -0/+1 | |
| | | |||||
| * | fix for mb86235 (nw) | 2016-05-01 | 1 | -1/+1 | |
| | | |||||
| * | hec2hrp and arcompact fix (nw) | 2016-05-01 | 1 | -1/+1 | |
| | | |||||
| * | R3000 is separate CPU, helps building some drivers with SOURCES (nw) | 2016-04-28 | 1 | -3/+15 | |
| | | |||||
| * | h8: Add dtc, dma, watchdog (WIP) [O. Galibert] | 2016-04-27 | 1 | -2/+8 | |
| | | | | | | h8: Fixes, lots of [O. Galibert] cybiko: Make work a little emore, add v1 flash [O. Galibert] | ||||
| * | fix for v25 building (nw) | 2016-04-23 | 1 | -0/+2 | |
| | | |||||
| * | sm500: start on opcodes | 2016-04-11 | 1 | -1/+2 | |
| | | |||||
| * | sm500 file placeholders | 2016-04-05 | 1 | -0/+5 | |
| | | |||||
| * | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -14/+14 | |
| | | |||||
| * | tms1k: split part 3, done | 2016-03-16 | 1 | -1/+19 | |
| | | |||||
| * | tms1k: split part 2, renamed folder tms0980 to tms1000 | 2016-03-16 | 1 | -5/+5 | |
| | | |||||
| * | tms1k: split part 2, renamed files | 2016-03-16 | 1 | -7/+8 | |
| | | |||||
| * | Make generic VTLB implementation a modern device interface (nw) | 2016-02-07 | 1 | -9/+0 | |
| | | |||||
| * | Removed dead PPC code (nw) | 2015-12-09 | 1 | -10/+0 | |
| | | |||||
| * | adding a basic machine driver for the Patinho Feio and setting up build ↵ | 2015-12-06 | 1 | -0/+16 | |
| | | | | | system for the driver and the CPU module | ||||
| * | This one is not used in compile (nw) | 2015-11-15 | 1 | -1/+0 | |
| | | |||||
| * | Finished adding to lua, some included cpp renamed to inc (nw) | 2015-11-12 | 1 | -1/+151 | |
| | | |||||
| * | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -392/+392 | |
| | | |||||
| * | mask address space for a2600 in the CPU (m6507) not in the driver. | 2015-10-30 | 1 | -0/+3 | |
| | | |||||
| * | create derived CPU type so that code can be put in the correct place (nw) | 2015-10-29 | 1 | -0/+2 | |
| | | |||||
| * | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -790/+790 | |
| | | |||||
| * | nw, add skeleton and disassembler for DEC PDP-8 CPU | 2015-08-13 | 1 | -0/+16 | |
| | | |||||
| * | Fix the majority of CEN64 SSE stuff, nw | 2015-07-09 | 1 | -0/+26 | |
| | | |||||
| * | renamed some cpu core inc files to c | 2015-07-03 | 1 | -0/+4 | |
| | | |||||
| * | moved sm510/11/12 specifics to their own files | 2015-07-03 | 1 | -0/+2 | |
| | | |||||
| * | ok, fixed build | 2015-07-03 | 1 | -0/+1 | |
| | | |||||
| * | added SM510 cpu skeleton | 2015-06-30 | 1 | -16/+32 | |
| | | |||||
| * | arm7 also use drc code (nw) | 2015-06-21 | 1 | -1/+1 | |
| | | |||||
