Skip to content

Commit

Permalink
fix audio sdl2 warning compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
chernandezba committed May 20, 2024
1 parent c7b4dcc commit fad5451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/TODO_this_version
Original file line number Diff line number Diff line change
Expand Up @@ -874,14 +874,13 @@ O quiza que salte al menu con la linea de opcion seleccionada donde corresponde

-comentar desensamblado copion9

-pendiente keyboard help
-keyboard help:
chloe. completar teclas extendidas. ver que hacer con combinaciones de shift...

-keyboard help no hace por ejemplo en cpc 664 teclas [ ]

-carga cinta real: probar compilar sin pthreads sdl2


-Incluir paquete de Haiku OS 64 bit


Expand Down
3 changes: 3 additions & 0 deletions src/audio/audiosdl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ extern void audiosdl_get_device_name(char *destination);

extern void audiosdl_next_device_capture(void);

extern void audiosdl_stop_record_input(void);
extern void audiosdl_start_record_input(void);

#define SDL2_MAX_DEVICE_NAME_LENGTH 40

#endif
2 changes: 1 addition & 1 deletion src/machines/tbblue.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ z80_int tbblue_layer_sprites[TBBLUE_LAYERS_PIXEL_WIDTH];
//z80_int tbblue_copper_index_write=0;


z80_byte tbblue_machine_id=8;
z80_byte tbblue_machine_id=0x0a;

/*
0x0F (15) => Board ID
Expand Down

0 comments on commit fad5451

Please sign in to comment.