summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-9/+15
| | | | | emu/diimage.h: Removed fread overloads that allocate memory for output. util/core_file.cpp: Changed output size of load to size_t.
* Some more sprintf() deprecation warning fixes. [R. Belmont] arbee2023-06-031-7/+7
|
* ROM label updates and new dumps: Vas Crabb2023-03-021-5/+46
| | | | | | | | | | | | | | | | | | | | * dataeast/cninja: Added an early version of Mutant Fighter called Heroes. [Domenico Cervini] * jaleco/psychic5.cpp: Updated ROM labels and locations for psychic5j. [Domenico Cervini] * konami/nemesis.cpp: Updated ROM labels and mask numbers for lifefrce. [Domenico Cervini] * seibu/seibuspi.cpp: Added cartridge PAL dumps for Raiden Fighters 2. [Domenico Cervini] * thepit/thepit.cpp: Added a version of The Pit that shows a Centuri Inc copyright notice. [Domenico Cervini] * util/jedparse.cpp: Fixed a bug when logging parsed fuse values, and added more useful error log messages. New working clones ------------------ Heroes (World ver EM-1) [Domenico Cervini] The Pit (Centuri Inc) [Domenico Cervini]
* plaparse: remove not strictly needed use of strrchr hap2022-09-151-1/+1
|
* Fix build on systems where size_t is not the same as uint64_t AJR2021-09-151-2/+2
|
* Convert JED, PLA and JEDBIN parsers to (mostly) use ioprocs instead of raw ↵ AJR2021-09-151-37/+55
| | | | memory interfaces
* Revert "Alfaskop improvements" Vas Crabb2020-01-311-15/+0
|
* Merge pull request #6068 from JoakimLarsson/alfaskop_pla Joakim Larsson Edström2020-01-311-0/+15
|\ | | | | Alfaskop improvements
| * pla.cpp, jedparse, jedutil: Added recognition and some support for ↵ Joakim Larsson Edstrom2019-12-181-0/+15
| | | | | | | | alternative PLA binary format DataIO
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-4/+4
| |
* | use C++ library includes (nw) firewave2020-01-221-4/+4
|/
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-3/+3
| | | | This reverts commit 1efccdd38d4bac6ec44e13f0a6cdf877e3a1c7cb.
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-3/+3
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
| | | | | 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+444