summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
Commit message (Collapse)AuthorAgeFilesLines
* unidasm: Add disassembler for DEC VAX architecture AJR2021-09-031-0/+10
|
* Assorted N64 fixes (#8415) MooglyGuy2021-08-091-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 Miodrag Milanovic2021-08-021-0/+2
|
* Genearate seaparate dasm header for TMS57002 Miodrag Milanovic2021-08-021-3/+3
|
* f2mc16: Rewrite disassembler AJR2021-07-211-2/+2
| | | | - Fix bug in CPU core advancing PC by one too many bytes when executing ADDL A, RLn
* unidasm: Add CPU16 disassembler AJR2021-05-211-0/+10
|
* decmate2, decmate3: Emulate HD-6120 CPU; add enough I/O to initialize ↵ AJR2021-05-191-0/+2
| | | | various peripheral ICs and run tests on disk controller
* cdr-254sh: Skeleton Olivier Galibert2021-05-101-0/+2
|
* h8: Add the h8/3032 Olivier Galibert2021-04-071-0/+2
|
* pps41: add preliminary mm78la/mm77la hap2021-03-191-0/+4
|
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-081-0/+4
|
* pps41: add skeleton MM76-derived devices hap2021-03-041-0/+4
|
* formats: Create mame_formats_full_list which gives access to all the ↵ Olivier Galibert2021-03-041-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 AJR2021-02-271-0/+17
| | | | | -------------------- Mark 1 FORTH Computer [AJR]
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-261-4/+24
| | | | | | New machines marked as NOT_WORKING ---------------------------------- Electronic Master Mind (Invicta) [hap, Sean Riddle]
* added MM5799 MCU emulation [hap] hap2021-02-141-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 ↵ Roberto Benfatto2021-02-141-1/+1
| | | | references. (#7770)
* unidasm: Add disassemblers for NEC/Renesas V850 family AJR2021-01-301-0/+9
|
* -arm7: Moved WinCE call logging into a separate .hxx file. [Ryan Holtz] Ryan Holtz2021-01-011-0/+1
|
* romp: initial storage channel implementation Patrick Mackinlay2020-12-311-0/+1
|
* Add CompactRISC CR16C disassembler to unidasm (largely untested) AJR2020-12-161-1/+10
|
* unidasm: Add disassembler for M32C architecture AJR2020-12-071-0/+9
|
* Separate TX-0 from PDP-1; separate some SoC types in build AJR2020-11-191-30/+93
|
* lc57, msm65x2: Add disassemblers [O. Galibert] Olivier Galibert2020-10-261-0/+20
|
* m68000: Separate FPU code from header AJR2020-10-151-1/+1
|
* ns32000: avoid potential slave dependency issue Patrick Mackinlay2020-10-061-0/+1
|
* lc58: Add disassembler [O. Galibert] Olivier Galibert2020-09-291-0/+10
|
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-291-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 ↵ AJR2020-09-141-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) Julian Sikorski2020-08-121-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 Vas Crabb2020-08-111-2/+2
|
* sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games AJR2020-07-271-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 AJR2020-07-271-0/+2
|
* Remove x86emit.h AJR2020-07-101-1/+0
|
* New machines marked as NOT_WORKING AJR2020-06-281-0/+17
| | | | | | | | | ---------------------------------- Korg WaveStation EX [DBWBP] Korg WaveStation A/D [DBWBP] Korg WaveStation SR [DBWBP] -Add H16 disassembler and skeleton HD641016 CPU device [AJR]
* New machines marked as NOT_WORKING AJR2020-06-211-0/+2
| | | | | ---------------------------------- Kawai KSP10 Digital Piano [DBWBP]
* Correct cycle counts for TLCS-900/H CPU core; prepare to add support for ↵ AJR2020-06-191-0/+1
| | | | original TLCS-900 devices
* tlcs900: Split derived types into separate files; no need for separate 8-bit ↵ AJR2020-06-181-0/+4
| | | | and 16-bit maps now (nw)
* pic1670: Add a disassembler [O. Galibert] Olivier Galibert2020-06-111-0/+10
|
* New machines marked as NOT_WORKING AJR2020-06-041-0/+17
| | | | | | | | | ---------------------------------- Novation BassStation Rack Analogue Synthesizer Module [DBWBP] Novation Drum Station [DBWBP] Novation Super Bass Station [DBWBP] Add disassembler and skeleton CPU device for Panasonic MN1880 architecture [AJR]
* New machines marked as NOT_WORKING AJR2020-05-291-0/+19
| | | | | | | ---------------------------------- JoMoX XBase 09 Midi Controlled Analogue Drum Module [DBWBP] Add disassembler for PIC17 family and preliminary PIC17C4X emulation [AJR]
* nec: 8080 mode [Carl] cracyc2020-04-111-0/+1
|
* 6800ops: unneeded workaround? (nw) hap2020-04-061-1/+0
|
* Add H8/500 disassembler and skeleton CPU device family AJR2020-04-041-0/+25
| | | | | | alesis_qs.cpp: Document XTALs; replace legacy MCFG in comments (nw) picno.cpp: Replace legacy MCFG in comments (nw)
* upd177x disassembler [O. Galibert] Olivier Galibert2020-04-041-0/+10
|
* cpu/alph8201 can be removed now (nw) hap2020-04-031-17/+0
|
* unidasm: Add pic16 generic disassembler with extended instructions [O. Galibert] Olivier Galibert2020-03-281-0/+10
|
* clean up crud (nw) Vas Crabb2020-02-291-1/+3
|
* ks0164: First try at a disassembler [David Carne, O. Galibert] Olivier Galibert2020-02-221-0/+17
|
* Add skeleton LZ8420M device (#6339) cam9002020-02-211-0/+2
| | | | | | | | * Add skeleton LZ8420M device It has additional IO, Embedded RAM Used in psikyo.cpp * lz8420m.cpp : Fix copyright holder