summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sharp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-2/+2
* x68k: don't reset the adpcm timer when the rate is changed cracyc2024-02-011-4/+11
* sa1110.cpp: Re-worked to use map() instead of switch/case handlers. [Ryan Hol... MooglyGuy2024-01-291-8/+1
* misc: remove most \xC2 and \xC3 from input defs (didn't grep for uppercase C ... hap2023-12-231-1/+1
* misc: remove some unneeded PORT_NAME from input defs hap2023-12-231-1/+1
* Cleaned up some input port definitions. Vas Crabb2023-12-241-90/+81
* misc: remove \xc2 and \xc3 from input defs hap2023-12-221-1/+1
* misc: remove some use of utf8.h in input defs hap2023-12-221-2/+1
* flt_vol: rename flt_volume_set_volume to set_gain, add getter for gain, hap2023-12-091-2/+2
* -machine/pxa255.cpp: Cleaned up peripheral emulation code. (#11780) [Ryan Holtz] MooglyGuy2023-11-281-10/+2
* x68k: fix bg size again cracyc2023-09-091-1/+1
* machine/rp5c15.cpp: implement set_year_offset setter, fix x68k default year s... Angelo Salese2023-09-081-0/+1
* x68k: guess at scan rate for mode 25 cracyc2023-09-071-1/+4
* x68k: another tile layer-bitmap layer video mode mismatch special case cracyc2023-09-061-2/+2
* x68k: only set timer if op is set cracyc2023-09-041-2/+1
* x68k: fix bitmap layer clear and sprite priority cracyc2023-09-043-54/+53
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-15/+3
* x68k: slightly change pcg/text layer combining cracyc2023-06-141-4/+3
* x68k.cpp: Avoid dereferencing null pointers when fewer than 4 floppy drives a... AJR2023-06-021-5/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0118-44/+44
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-234-6/+6
* x68k: wait before setting gvram clear status bit cracyc2023-05-201-4/+9
* x68k_crtc: fix Clang compile. [R. Belmont] arbee2023-05-131-2/+0
* x68k: fix bg layer positioning and another layer selection case cracyc2023-05-134-37/+22
* x68k.cpp: Hook up SCSI DMA channel AJR2023-05-102-4/+9
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-085-11/+11
* mpc3000,segas32,x68k: switch to nscsi mb89352 implementation Patrick Mackinlay2023-04-052-20/+29
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-2/+2
* Small fixes and cleanup: Vas Crabb2023-04-044-23/+33
* Reduced I/O port lookups in a number of drivers. (#11061) Erik2023-04-022-5/+5
* API change for device_image_interface AJR2023-03-305-11/+11
* Encode certain tracks as single density in .d88 floppy format AJR2023-03-191-5/+17
* imagedev/floppy: Eliminate superfluous return value for load callback AJR2023-02-262-3/+2
* x68k: check for dma bus error first cracyc2023-02-231-6/+6
* x68000: Correct bus error generation in the non-musashi case Olivier Galibert2023-02-221-0/+5
* - vsystem/crshrace.cpp, vsystem/f1gp.cpp, vsystem/taotaido.cpp: consolidated ... Ivan Vangelista2023-02-0110-30/+30
* mame/o*-s*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-278-12/+33
* mz2500: Correct FDC type; add various XTAL clock sources AJR2022-12-222-25/+19
* mz2500: Correct PIT clocking; use MSX-style port for joysticks AJR2022-12-222-53/+29
* mz800: Separate from mz700 state class; use MSX-style joystick ports AJR2022-12-224-102/+112
* Revert "sharp/x68k_v.cpp: Cleaned up screen_update: (#10719)" (#10725) Vas Crabb2022-12-232-39/+89
* sharp/x68k_v.cpp: Cleaned up screen_update: (#10719) grantek2022-12-232-89/+39
* bus/sms_ctrl: Reworked Sega Master System controller bus. Vas Crabb2022-12-082-437/+36
* 68000: Add a level of transparent indirection, turn the reset output line int... Olivier Galibert2022-11-031-4/+6
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-301-0/+1
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* Driver device API cleanups AJR2022-08-092-8/+8
* x68k: change layer drawing order and make pcg and text layers mask each other cracyc2022-07-262-27/+95
* x68k: do the final mix in a single loop per-pixel cracyc2022-07-262-129/+113
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-2728-43/+49