| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for dragging position-animated layout items.draggable-layout | 2021-06-04 | 7 | -21/+141 | |
| | | |||||
| * | including optional is not optional when optional is used | 2021-05-26 | 1 | -0/+1 | |
| | | |||||
| * | views: Allow to know the currently selected entry | 2021-05-26 | 1 | -0/+2 | |
| | | |||||
| * | capcom: Adjust the common screen timings on old capcom games [O. Galibert, ↵ | 2021-05-17 | 1 | -1/+1 | |
| | | | | | Jotego] | ||||
| * | mview: Fix missing import of submaps in views. Need to fix more about ↵ | 2021-05-12 | 1 | -2/+4 | |
| | | | | | import_submap vs. prepare_map vs. populate_from_map though. | ||||
| * | New machines marked as NOT_WORKING | 2021-05-11 | 1 | -0/+1 | |
| | | | | | | | ---------------------------------- DECmate II (PC278) [AJR, Vince Slyngstad] DECmate III (PC238) [AJR, Vince Slyngstad] | ||||
| * | vt1682: probably fix fullrom read buffer overflow | 2021-05-10 | 1 | -1/+1 | |
| | | |||||
| * | dinetwork: don't transmit fcs | 2021-05-10 | 2 | -4/+6 | |
| | | |||||
| * | Fix minor positioning glitches in disassembly view related to changing sources | 2021-05-09 | 1 | -3/+5 | |
| | | |||||
| * | Add -share_directory option. This sets a directory on the host system which ↵ | 2021-05-08 | 2 | -0/+3 | |
| | | | | | emulated systems can directly access. [R. Belmont] | ||||
| * | render: increase MAX_TEXTURE_SCALES a bit | 2021-05-08 | 1 | -1/+1 | |
| | | |||||
| * | emu/machine.cpp: Get rid of the dummy space device. | 2021-05-05 | 3 | -93/+7 | |
| | | |||||
| * | options: extended the snapname templates to allow for a timestamp %t option, ↵ | 2021-04-29 | 1 | -0/+12 | |
| | | | | | so to allow for alternate ways to organize the generated snaps. | ||||
| * | lc80e: correct cpu speed | 2021-04-27 | 1 | -0/+1 | |
| | | |||||
| * | srcclean in preparation for branching release | 2021-04-25 | 1 | -1/+1 | |
| | | |||||
| * | sound: Fix wrapping bug when using fill/copy/bulk-add on write_stream_views | 2021-04-21 | 1 | -14/+18 | |
| | | |||||
| * | smartboard: add internal artwork for the pc version | 2021-04-19 | 1 | -0/+453 | |
| | | |||||
| * | sound: Don't go down to the osd on redundant mute calls (like vgmplay's ↵ | 2021-04-16 | 1 | -1/+4 | |
| | | | | | 44100 times per second) | ||||
| * | views: Invalidate the caches on bank selection change [O. Galibert] | 2021-04-13 | 1 | -0/+6 | |
| | | |||||
| * | a2600: Minor changes | 2021-04-12 | 1 | -0/+2 | |
| | | |||||
| * | Allow breaking into main menu before the machine fully starts (i.e. just ↵ | 2021-04-09 | 1 | -2/+2 | |
| | | | | | | | before the initial soft reset) by using the normal "Config Menu" UI input Note that the minor code shuffling in machine.cpp is necessary to prevent emulation from getting confused if "Select New Game" happens to be selected. | ||||
| * | Add %o format support to debugger printf command | 2021-04-06 | 1 | -0/+26 | |
| | | |||||
| * | options: simplified the statename/snapname logic for naming after image ↵ | 2021-04-04 | 2 | -27/+4 | |
| | | | | | devices (e.g. %d_cart or %d_flop1) while allowing for more general non-alphanumeric separators, so that for instance %d_cart_%i correctly produces a name with the software name, followed by an underscore and an index, rather than failing to be recognized and defaulting back to %g/%i. | ||||
| * | battlane: fix a problem with double height sprites at last boss [dink] | 2021-04-01 | 1 | -3/+3 | |
| | | |||||
| * | Added some swlist warnings for Tafoid's tests. | 2021-04-02 | 1 | -0/+2 | |
| | | |||||
| * | srcclean in preparation for release | 2021-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Addressed Github issue #7843 (mute on unthrottle) (#7875) | 2021-03-22 | 1 | -1/+1 | |
| | | |||||
| * | mpc60: Misc. additions and notes | 2021-03-14 | 1 | -0/+1 | |
| | | |||||
| * | video/k057714.cpp: Implemented raster timing registers. (#7846) | 2021-03-13 | 1 | -0/+1 | |
| | | | | * Gives precise timings for Firebeat screens. | ||||
| * | pmac6100: Move it to a new driver | 2021-03-12 | 1 | -1/+50 | |
| | | |||||
| * | -A few incremental UI code improvements: | 2021-03-12 | 2 | -22/+49 | |
| | | | | | | | | | | * Simplified message when toggling UI controls. * Show actual configured UI toggle key, not misleading hard-coded text. * Push window activated/deactivated events to UI manager. * Simplified SDL window event handling code - events are pretty precise. -Miscellaneous code cleanup. | ||||
| * | views: Ensure alternatives are always created | 2021-03-10 | 1 | -0/+4 | |
| | | |||||
| * | emumem_mview.cpp: Use count_leading_zeros to simplify awidth calculation | 2021-03-05 | 1 | -6/+1 | |
| | | |||||
| * | fix #7806 (#7841) | 2021-03-05 | 1 | -1/+1 | |
| | | |||||
| * | views: Keep a reference to the handlers so that installs overlapping them ↵ | 2021-03-03 | 2 | -0/+11 | |
| | | | | | don't kill them | ||||
| * | Add 'wpsize' variable to access the data size from a watchpoint (#7837) | 2021-03-03 | 3 | -3/+6 | |
| | | |||||
| * | Revert "fileio.cpp: This doesn't technically require emu.h" | 2021-02-28 | 1 | -1/+1 | |
| | | | | | This reverts commit 6d6073054b9155592a6022d66751422ff3b3a372. | ||||
| * | coolridr.cpp: Use measured clocks for Cool Riders by correct XTAL usage ↵ | 2021-02-28 | 1 | -1/+2 | |
| | | | | | based on documentation in header of coolridr.cpp | ||||
| * | emuview: Fix init_handlers in specific cases, fix mapping ioports in views | 2021-02-27 | 3 | -4/+4 | |
| | | |||||
| * | fileio.cpp: This doesn't technically require emu.h | 2021-02-26 | 1 | -1/+1 | |
| | | |||||
| * | addrmap: Allow creators in the memory map | 2021-02-24 | 1 | -0/+21 | |
| | | |||||
| * | Ensure validation of device tags in non-default slot options | 2021-02-20 | 1 | -0/+1 | |
| | | |||||
| * | emumem: Disable the unmap-value-in-device-map test for now | 2021-02-20 | 2 | -12/+18 | |
| | | |||||
| * | rendlay.cpp: Increased precision of ellipse calculations. | 2021-02-17 | 1 | -128/+162 | |
| | | | | | | Also optimised drawing fully covered ellipse pixels and added a few comments. | ||||
| * | emumem: Fix regions and shares on dynamically-installed device maps | 2021-02-16 | 3 | -38/+105 | |
| | | |||||
| * | debug: add cls command to clear console buffer | 2021-02-16 | 4 | -1/+13 | |
| | | |||||
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 24 | -73/+65 | |
| | | | | | | | | | | | * 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 | ||||
| * | Stop converting debugger console commands to all lowercase before parsing ↵ | 2021-02-13 | 3 | -56/+56 | |
| | | | | | | | | them. Case insensitivity has been preserved for command names, CPU and region tags and certain symbolic parameters (as well as expressions, which were treated as case-insensitive in other contexts), but filenames and character constants are no longer automatically lowercased. * debugcmd.cpp, debugcon.cpp: Remove some superfluous c_str() calls * debugcmd.cpp: Remove local member referencing debugger_cpu, which is accessed only rarely since the console now tracks the visible CPU | ||||
| * | Update state views when memory is modified through the debugger (since ↵ | 2021-02-09 | 1 | -0/+1 | |
| | | | | | registers can be memory-mapped) | ||||
| * | input.cpp: Fix regression in token parsing | 2021-02-03 | 1 | -2/+2 | |
| | | |||||
