| 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 | |
| | | |||||
| * | ppc: better lswx/stsxw fix | 2021-03-26 | 1 | -6/+10 | |
| | | |||||
| * | ppc: Fix uml for stswx, lswx | 2021-03-26 | 1 | -2/+2 | |
| | | |||||
| * | ppc: fix mmu/exceptions debug messages | 2021-03-26 | 1 | -3/+12 | |
| | | |||||
| * | ppc: Fix mcrxr uml | 2021-03-26 | 1 | -1/+1 | |
| | | |||||
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -6/+6 | |
| | | | | | | | | | | | * 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 | ||||
| * | ppcdrc.cpp: Fixed debug flag test causing fast RAM accesses to be ↵ | 2019-09-24 | 1 | -1/+1 | |
| | | | | | erroneously emitted. Hopefully fixes unusual breakpoint/watchpoint behaviour [Phil Bennett] | ||||
| * | srcclean (nw) | 2018-12-23 | 1 | -1/+1 | |
| | | |||||
| * | Last round of macro removals before the freeze. (nw) | 2018-12-22 | 1 | -1/+36 | |
| | | | | | | | | | | | | | -sound/discrete, okim6295: Removed MCFG macros. [Ryan Holtz] -norautp, osi, audio/mario: Removed MACHINE_CONFIG macros. [Ryan Holtz] -vsmile: Split into its own driver from vii.cpp. [Ryan Holtz] -vii: Fixed broken controller inputs. [Ryan Holtz] -konamim2: Massive update. Most games work, but are still marked non-working due to rare MAME crashes in the PPC DRC. [Phil Bennett, Ryan Holtz] | ||||
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the ↵ | 2018-05-11 | 1 | -4/+4 | |
| | | | | | 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 | -83/+70 | |
| | | |||||
| * | modernise drcuml somewhat (nw) | 2018-03-24 | 1 | -64/+64 | |
| | | |||||
| * | Make UML shorthand a bit easier to use without using namespace everywhere, ↵ | 2018-03-23 | 1 | -47/+46 | |
| | | | | | clean up a bit of macro hell in PowerPC core | ||||
| * | Pet peeving with extreme prejudice (nw) | 2017-11-30 | 1 | -1/+1 | |
| | | |||||
| * | dvdisasm: Overhaul [O. Galibert] | 2017-11-26 | 1 | -5/+5 | |
| | | | | | | | | | 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. | ||||
| * | Attempt at fixing PPC DRC scheduling bug (MT #6615) | 2017-11-18 | 1 | -5/+5 | |
| | | | | | N.B. My development machine lacks the computing power to test this rigorously (it at least seems to work for scud). | ||||
| * | ppcdrc.cpp: Clean up indentation of the previous commit. | 2016-12-29 | 1 | -3/+3 | |
| | | |||||
| * | ppcdrc.cpp: clear two LSBs of the branch target address. | 2016-12-29 | 1 | -2/+5 | |
| | | | | | This is what a real CPU does in order to prevent branching to an invalid address. | ||||
| * | first srcclean pass (nw) | 2016-12-25 | 1 | -6/+6 | |
| | | |||||
| * | ppc: set DSISR to the DSI flags rather than the address on data access ↵ | 2016-12-20 | 1 | -3/+23 | |
| | | | | | faults. [R. Belmont, maximumspatium] | ||||
| * | Removed 'ppc_dasm_one(std::string &string,...' declaration, and updated caller | 2016-11-20 | 1 | -3/+4 | |
| | | |||||
| * | buffer.vec() ==> &buffer.vec()[0] | 2016-11-20 | 1 | -1/+1 | |
| | | |||||
| * | Eliminated 'ppc_dasm_one(std::string &string,...' trampoline | 2016-11-20 | 1 | -4/+8 | |
| | | |||||
| * | Changing the PowerPC DRC to not use static char buffers when disassembling | 2016-11-20 | 1 | -7/+7 | |
| | | |||||
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 | 2016-11-19 | 1 | -95/+95 | |
| | | | | | | | | | | | | | * 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 | ||||
| * | Moved the declaration for ppc_dasm_one() to 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 | -374/+374 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -77/+77 | |
| | | | | | | 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) | ||||
| * | ppcdrc: optimize (nw) | 2016-04-14 | 1 | -1/+4 | |
| | | |||||
| * | ppcdrc: map some FPU registers to physical registers (nw) | 2016-04-14 | 1 | -0/+29 | |
| | | |||||
| * | ppcdrc: use the new instructions for FPU loads and stores (nw) | 2016-04-07 | 1 | -32/+24 | |
| | | |||||
| * | ppcdrc: handle divide by zero (nw) | 2016-03-12 | 1 | -1/+13 | |
| | | |||||
| * | Make generic VTLB implementation a modern device interface (nw) | 2016-02-07 | 1 | -5/+5 | |
| | | |||||
| * | some handmade changes (nw) | 2015-12-21 | 1 | -14/+14 | |
| | | |||||
| * | clang-modernize part 3 | 2015-12-04 | 1 | -34/+34 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+3923 | |
