Custom Query (28 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 28)

1 2 3 4 5 6 7 8 9 10
Ticket Owner Reporter Resolution Summary
#35 Mike Pavone Sik fixed Allow loading ROMs from ZIP files
Description

A lot of ROMs (pretty much anything from a ROM set, for starters) come in ZIP files and even if space isn't a concern, having to explicitly extract them just to use them in BlastEm is an annoyance, especially when it needs to be done for every game.

Probably the easiest way would be to use libzip:

  • Use zip_open to open the archive
  • Use zip_get_num_entries and zip_stat_index to loop through all files in the archive until finding a filename that looks like a possible ROM
  • Use zip_fopen, zip_fread, zip_fclose to extract the ROM from the archive
  • Then finally zip_close the archive

If no ROM has been found within the archive, just throw an error message.

#11 Mike Pavone Sik fixed Make shortcuts trigger on key press
Description

Currently shortcuts trigger when releasing the key, when they should be probably triggering when the key is pressed instead. Note that this issue has the side effect that the keyboard capture shortcut sends the make code for the bound key (when it probably should never happen).

#33 Mike Pavone Mike Pavone fixed Regression in XBAND keyboard support
Description

XBAND keyboard emulation no longer works with the XBAND ROM. Regression seems to have been caused by the addition of slow rise time emulation.

1 2 3 4 5 6 7 8 9 10
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.