| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New disassemblers for unidasm: hp2100, hp21mx, v620, v75 | 2022-05-04 | 1 | -0/+19 | |
| | | |||||
| * | cpu.lua: fix typo from prev commit | 2022-04-10 | 1 | -1/+1 | |
| | | |||||
| * | rw5000: added b5500 | 2022-04-10 | 1 | -0/+3 | |
| | | |||||
| * | New working machines | 2022-03-31 | 1 | -0/+3 | |
| | | | | | | | -------------------- 10R (Rockwell) [hap, Sean Riddle] 12R (Rockwell) [hap, Sean Riddle] | ||||
| * | rw5000: add a5500 | 2022-03-29 | 1 | -2/+5 | |
| | | |||||
| * | rw5000: add a5000/a5900 | 2022-03-29 | 1 | -0/+3 | |
| | | |||||
| * | b5000: rename base class to rw5000 | 2022-03-28 | 1 | -17/+17 | |
| | | |||||
| * | b5000: add b6000, b6100 | 2022-03-20 | 1 | -0/+6 | |
| | | |||||
| * | add b5000 cpu core file placeholders | 2022-03-17 | 1 | -0/+20 | |
| | | |||||
| * | Add missing cpu.lua entries for the rest of the SM5* family. Fixes ↵ | 2022-03-14 | 1 | -0/+4 | |
| | | | | | single-driver builds. [R. Belmont] | ||||
| * | 65C02 updates | 2022-01-27 | 1 | -21/+18 | |
| | | | | | | - Add W65C02S CPU emulation with subtly different fetch patterns from classic 65C02 and use it for arbv2, cmmb103, cmmb162 and bbc_tube_rc6502 - Replace ST2XXX's slightly customized CPU emulation with hooks into new W65C02S core | ||||
| * | Add build file missing from 12a1291f5a3e578010325131bd3dbbd7c61aff18 | 2022-01-15 | 1 | -0/+5 | |
| | | |||||
| * | sm510: fix wakeup after CEND, reorganize files a bit | 2021-12-21 | 1 | -8/+11 | |
| | | |||||
| * | Add CPU16 and HDD device skeletons for Conner CFP1080S | 2021-11-25 | 1 | -2/+9 | |
| | | |||||
| * | new NOT_WORKING machine (Casio CTK-2100) (#8757) | 2021-10-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * ctk2100: preliminary work * ctk2100: possible keyboard hookup * ctk2100: hook up rudimentary timers * ctk2100: add ports and hook up the LCD * ctk2100: timer tweaks, input tweaks * ctk2100: fix I/O port reads (stops constant LCD resets) * gt913: increase key polling rate (fixes ctk2100 test mode) * ctk2100: add ADCs, clean up and comment some other stuff * lpc210x: add the PL190 VIC here too while i'm at it * vic_pl192: fix clang build * unidasm: add gt913 | ||||
| * | Casio CTK-551 [Daivn Acker] | 2021-10-13 | 1 | -4/+12 | |
| | | | | | | | * New machine marked as NOT_WORKING ---------------------------------- Casio CTK-551 [Devin Acker] | ||||
| * | Add Z80-derived stub devices for eZ80 and R800 CPUs | 2021-10-03 | 1 | -0/+4 | |
| | | |||||
| * | unidasm: Add disassembler for DEC VAX architecture | 2021-09-03 | 1 | -0/+10 | |
| | | |||||
| * | Assorted N64 fixes (#8415) | 2021-08-09 | 1 | -34/+1 | |
| | | | | | | | | | | * -rdp: Fixed incorrect channel swapping on 32-bit resampled framebuffers. [Ryan Holtz] * -rsp: Fixed LWV and VMOV behavior. Added reserved instructions V056, V057, V073, and VNULL. [Ryan Holtz, krom] * -rdp: Temporarily adjusted framebuffer resampling to not exceed screen bounds in some games. [Ryan Holtz] * -n64: Fixed SP DMA behavior based on hardware tests. [Ryan Holtz] * -rsp: Removed unused DRC and SIMD support. General code cleanup. [Ryan Holtz] * -n64: Pass K4 and K5 factors to threaded drawing code. Fixes black geometry in Conker's Bad Fur Day. [Ryan Holtz] * -aleck64: Fixed compile issue with previous commits. [Ryan Holtz] | ||||
| * | little hack to make it build fine with current build system | 2021-08-02 | 1 | -0/+2 | |
| | | |||||
| * | Genearate seaparate dasm header for TMS57002 | 2021-08-02 | 1 | -3/+3 | |
| | | |||||
| * | f2mc16: Rewrite disassembler | 2021-07-21 | 1 | -2/+2 | |
| | | | | | - Fix bug in CPU core advancing PC by one too many bytes when executing ADDL A, RLn | ||||
| * | unidasm: Add CPU16 disassembler | 2021-05-21 | 1 | -0/+10 | |
| | | |||||
| * | decmate2, decmate3: Emulate HD-6120 CPU; add enough I/O to initialize ↵ | 2021-05-19 | 1 | -0/+2 | |
| | | | | | various peripheral ICs and run tests on disk controller | ||||
| * | cdr-254sh: Skeleton | 2021-05-10 | 1 | -0/+2 | |
| | | |||||
| * | h8: Add the h8/3032 | 2021-04-07 | 1 | -0/+2 | |
| | | |||||
| * | pps41: add preliminary mm78la/mm77la | 2021-03-19 | 1 | -0/+4 | |
| | | |||||
| * | pps41: added mm78 disasm and mm77/mm78 skeleton device | 2021-03-08 | 1 | -0/+4 | |
| | | |||||
| * | pps41: add skeleton MM76-derived devices | 2021-03-04 | 1 | -0/+4 | |
| | | |||||
| * | formats: Create mame_formats_full_list which gives access to all the ↵ | 2021-03-04 | 1 | -314/+320 | |
| | | | | | supported formats, make floptool use it. Castool should use it too probably, but I don't want to touch it. | ||||
| * | New working machines | 2021-02-27 | 1 | -0/+17 | |
| | | | | | | -------------------- Mark 1 FORTH Computer [AJR] | ||||
| * | added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] | 2021-02-26 | 1 | -4/+24 | |
| | | | | | | | New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle] | ||||
| * | added MM5799 MCU emulation [hap] | 2021-02-14 | 1 | -0/+20 | |
| | | | | | | | | | | | | New working machines -------------------- Basketball (Mattel) [hap, Sean Riddle] QuizKid Speller [hap, Sean Riddle] New working clones ------------------ QuizKid Racer (MM5799 version) [hap, Sean Riddle] | ||||
| * | scripts: Remove references to non-existent headers and duplicate source file ↵ | 2021-02-14 | 1 | -1/+1 | |
| | | | | | references. (#7770) | ||||
| * | unidasm: Add disassemblers for NEC/Renesas V850 family | 2021-01-30 | 1 | -0/+9 | |
| | | |||||
| * | -arm7: Moved WinCE call logging into a separate .hxx file. [Ryan Holtz] | 2021-01-01 | 1 | -0/+1 | |
| | | |||||
| * | romp: initial storage channel implementation | 2020-12-31 | 1 | -0/+1 | |
| | | |||||
| * | Add CompactRISC CR16C disassembler to unidasm (largely untested) | 2020-12-16 | 1 | -1/+10 | |
| | | |||||
| * | unidasm: Add disassembler for M32C architecture | 2020-12-07 | 1 | -0/+9 | |
| | | |||||
| * | Separate TX-0 from PDP-1; separate some SoC types in build | 2020-11-19 | 1 | -30/+93 | |
| | | |||||
| * | lc57, msm65x2: Add disassemblers [O. Galibert] | 2020-10-26 | 1 | -0/+20 | |
| | | |||||
| * | m68000: Separate FPU code from header | 2020-10-15 | 1 | -1/+1 | |
| | | |||||
| * | ns32000: avoid potential slave dependency issue | 2020-10-06 | 1 | -0/+1 | |
| | | |||||
| * | lc58: Add disassembler [O. Galibert] | 2020-09-29 | 1 | -0/+10 | |
| | | |||||
| * | machines promoted to WORKING (plug play) (#7299) | 2020-09-29 | 1 | -1/+1 | |
| | | | | | | | | machines promoted to WORKING ---- TV MegaMax active power game system 30-in-1 (MegaMax GPD001SDG) [David Haywood] * added files for the VT APU type, currently no extra functionality, but will be built upon | ||||
| * | kl5c80a12, kl5c80a16: Added emulation of KP63(A) Timer/Counter unit. This ↵ | 2020-09-14 | 1 | -0/+10 | |
| | | | | | | | | | improves timings in animalc, haekaka, pyenaget and tdoboon. * animalc: Pile kludge upon kludge for poorly understood video timing register * gocowboy, itazuram: Increase frequency of one timer interrupt (and hopper timing in gocowboy) * kc82, kp69: Modernize state_add syntax | ||||
| * | Fix non-x86 build and try to make sure it does not break silently again (#7041) | 2020-08-12 | 1 | -4/+8 | |
| | | | | | | | * Do not build x64 DRC backend when C backend is forced * New CI target (mametiny + kinst) * Switch travis to CI target * Switch appveyor to CI target | ||||
| * | cpu/nec: use anonymous namespaces to avoid ODR violations with enums | 2020-08-11 | 1 | -2/+2 | |
| | | |||||
| * | sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games | 2020-07-27 | 1 | -0/+6 | |
| | | | | | | | * dashhero: Add back NVRAM (and more of it) now that memory map has been corrected * getbass: Add KL5C80A16 I/O CPU to configuration | ||||
| * | kl5c80a12: Emulate interrupt controller | 2020-07-27 | 1 | -0/+2 | |
| | | |||||
