| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | You know, if I'm nice enough to give you an accessor, please use it. | 2021-04-24 | 1 | -2/+2 | |
| | | |||||
| * | mip3drc: Fix edge case where a count read in the delay slot would prevent ↵ | 2021-04-22 | 1 | -0/+12 | |
| | | | | | checking the cycle count. | ||||
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -4/+4 | |
| | | | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef | ||||
| * | mips3: Removed depricated DRC flag and add a flag to disable intrablock ↵ | 2020-06-28 | 1 | -1/+5 | |
| | | | | | branching | ||||
| * | MISP3 DRC: Fix tlbmiss in delay slot (#4979) | 2019-05-05 | 1 | -5/+10 | |
| | | |||||
| * | MIPS3 DRC: Always set BadVaddr on TLB miss. The TLB handler needs this to ↵ | 2019-04-10 | 1 | -2/+1 | |
| | | | | | fill in the table. (nw) | ||||
| * | MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) | 2019-04-09 | 1 | -17/+45 | |
| | | |||||
| * | MIPS3: Add divide by zero floating point exception (nw) | 2019-04-06 | 1 | -2/+21 | |
| | | |||||
| * | (nw) Clean up the mess on master | 2019-03-26 | 1 | -24/+35 | |
| | | | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release. | ||||
| * | Revert "conflict resolution (nw)" | 2019-03-25 | 1 | -35/+24 | |
| | | | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705. | ||||
| * | srcclean and cleanup (nw) | 2019-01-27 | 1 | -5/+5 | |
| | | |||||
| * | mips3drc: Fixed block checksumming. Fixes IRIX installer hang on ip225015. ↵ | 2019-01-12 | 1 | -24/+35 | |
| | | | | | [Ryan Holtz] | ||||
| * | mips3.cpp: Started laying the groundwork for cache support, nw | 2018-11-19 | 1 | -2/+2 | |
| | | |||||
| * | Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" | 2018-09-01 | 1 | -2/+0 | |
| | | | | | This reverts commit 326b1f7465540684ffe539099b20b2384f16feb7. | ||||
| * | MIPS3: Fixup LL/SC opcode operation. (nw) | 2018-09-01 | 1 | -0/+2 | |
| | | |||||
| * | ps2sony: Some basic VU1 support, major file reshuffling, nw | 2018-07-21 | 1 | -0/+1 | |
| | | |||||
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the ↵ | 2018-05-11 | 1 | -6/+6 | |
| | | | | | template on more information (data width, endianness) to make it possible to turn it into an handler cache eventually, and not just a memory block cache. Make it capable of large and unaligned accesses. [O. Galibert] | ||||
| * | don't pass so many naked pointers around (nw) | 2018-03-25 | 1 | -283/+264 | |
| | | |||||
| * | dvdisasm: Overhaul [O. Galibert] | 2017-11-26 | 1 | -2/+7 | |
| | | | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs. | ||||
| * | mips3: Cleanup TX4925 implementation. (nw) | 2017-11-06 | 1 | -63/+0 | |
| | | |||||
| * | mips3: Revert removal of start and end checks as they potentially improve ↵ | 2017-10-29 | 1 | -5/+10 | |
| | | | | | performance. (nw) | ||||
| * | mips3: Minor MIPS DRC fastram optimization and simplification. (nw) | 2017-10-29 | 1 | -18/+8 | |
| | | |||||
| * | srcclean (nw) | 2017-03-26 | 1 | -66/+66 | |
| | | |||||
| * | MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] | 2017-03-25 | 1 | -0/+63 | |
| | | |||||
| * | mips3 drc : Make sure branch delay slot instruction is not virtual | 2017-03-24 | 1 | -2/+6 | |
| | | | | | | instruction before trying to generate code to add it to the block checksum. | ||||
| * | mips3: Retry fixing FPU register aliasing | 2017-02-26 | 1 | -769/+109 | |
| | | |||||
| * | srcclean (nw) | 2016-11-27 | 1 | -1/+1 | |
| | | |||||
| * | Changing the MIPS DRC to not use static char buffers when disassembling | 2016-11-20 | 1 | -7/+10 | |
| | | |||||
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 | 2016-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names | ||||
| * | Put the declaration of dasmmips3() in a header file | 2016-11-16 | 1 | -2/+0 | |
| | | |||||
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) | 2016-10-22 | 1 | -354/+354 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -89/+89 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -4/+4 | |
| | | | | | utf16_char, unicode_char (nw) | ||||
| * | (nw) Updated rom naming/mapping and changed ram instantiation. | 2016-05-25 | 1 | -1/+3 | |
| | | |||||
| * | iteagle: fix gtfore (nw) | 2016-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -349/+349 | |
| | | |||||
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ | 2016-04-24 | 1 | -1/+1 | |
| | | | | | confusion (nw) | ||||
| * | Port Happy's PPC aliasing fix to the MIPS3 DRC, nw | 2016-04-15 | 1 | -179/+967 | |
| | | |||||
| * | Back out DMULT/DMULTU change, nw | 2016-04-13 | 1 | -68/+2 | |
| | | |||||
| * | Port Happy's branch-and-link fix from mips3 interpreter to DRC, nw | 2016-04-12 | 1 | -7/+16 | |
| | | |||||
| * | -mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman] | 2016-04-12 | 1 | -2/+68 | |
| | | |||||
| * | Revert software-installed slot/image options when changing software | 2016-04-04 | 1 | -2/+2 | |
| | | | | | | - Remove emu.h's stealth include of emuopts.h through mconfig.h; reduce dependency on emuopts.h in other headers and source files. - MCFG_CPU_FORCE_NO_DRC is now a CPU configuration parameter rather than a global one; it still works to override the -drc option setting. | ||||
| * | Make generic VTLB implementation a modern device interface (nw) | 2016-02-07 | 1 | -3/+3 | |
| | | |||||
| * | some handmade changes (nw) | 2015-12-21 | 1 | -7/+7 | |
| | | |||||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -2/+2 | |
| | | |||||
| * | clang-modernize part 3 | 2015-12-04 | 1 | -23/+23 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+3310 | |
