summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m32c
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2025-05-04 09:21:37 +0200
committer GitHub <noreply@github.com>2025-05-04 17:21:37 +1000
commit9a6a5af4ccff9cf329858736ae0a4e4d9a514d5f (patch)
tree2c3da3a2586a73a8cd205a3a9385cdcaeded99d2 /src/devices/cpu/m32c
parentf60ad2f9119bc352487c6b0059a4ea1f56038285 (diff)
phoenix/phoenix.cpp: Dumped the palette PROMs for Next Fase. (#13664) [Jordi Tuells]HEADmaster
Diffstat (limited to 'src/devices/cpu/m32c')
0 files changed, 0 insertions, 0 deletions
/+9 * Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-77/+65 * Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-65/+77 * Fix build (nw) AJR2017-12-061-0/+1 * fix MT06785 Vas Crabb2017-12-071-77/+64 * Changed filesel.cpp to use wstring_from_utf8() Nathan Woods2017-01-051-5/+3 * first srcclean pass (nw) Vas Crabb2016-12-251-2/+2 * ui: another attempt at sorting File Manager entries (nw) mahlemiut2016-12-241-1/+16 * Revert "ui: sort File Manager menu items (nw)" mahlemiut2016-12-191-7/+0 * ui: sort File Manager menu items (nw) mahlemiut2016-12-191-0/+7 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-2/+2 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-2/+2 * use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2 * Fixed an off by one error when identifying best entries for typeahead on the ... Nathan Woods2016-09-241-1/+1 * Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-24/+3 * Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-4/+3 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-7/+7 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-5/+5 * Reduce visibility of more menu members Vas Crabb2016-07-091-1/+1 * another baby step untangling the menu code Vas Crabb2016-07-091-1/+1 * Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-15/+36 * This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-11/+11 * Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1 * Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-312/+1 * Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-031-1/+1 * Changed menu_file_selector to use std::string for its filename buffer Nathan Woods2016-07-021-14/+12 * Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-021-19/+24 * Changed some TRUE/FALSE ==> true/false Nathan Woods2016-07-021-3/+3 * Including the path separator when switching directories in the file selection UI Nathan Woods2016-07-021-1/+1 * Changing menu_file_selector::append_entry() to return a reference instead of ... Nathan Woods2016-06-301-5/+5 * Adopted move constructors on strings a bit more in filesel Nathan Woods2016-06-301-8/+20 * Changed filesel entrylist to be a vector