summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romentry.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+69
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-10/+14
* general cleanup: Vas Crabb2017-05-231-2/+3
* Fix for the nonstandard types when not using the broken precompiled headers. ... smf-2016-11-191-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor... Nathan Woods2016-08-111-12/+2
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-6/+18
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-7/+7
* Added some default constructors to rom_entry(), and made it so changes to fla... Nathan Woods2016-08-011-1/+5
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-0/+153